Skip to content
Snippets Groups Projects
fixCppModelIssue.patch 363 B
Newer Older
  • Learn to ignore specific revisions
  •  --- ../api/DefaultApi.cpp      2024-04-15 16:13:33.914375475 +0200
    +++ ../api/DefaultApi.cpp      2024-04-15 16:15:50.556422843 +0200
    @@ -28,8 +28,6 @@
     namespace server {
     namespace api {
    
    -using namespace org::openapitools::server::model;
    -
     namespace {
     [[maybe_unused]]
     std::string selectPreferredContentType(const std::vector<std::string>& contentTypes) {