forked from loafle/openapi-generator-original
[cpp-pistache] Fix compilation of petstore for Pistache (#497)
* Fix compilation of petstore for Pistache Add Map support * Add support for ByteArray * Add Support for ByteArray in cpprest * Implement TODOs
This commit is contained in:
@@ -55,7 +55,7 @@ bool ModelBase::toJson( bool const value )
|
||||
return value;
|
||||
}
|
||||
|
||||
nlohmann::json ModelBase::toJson(ModelBase content )
|
||||
nlohmann::json ModelBase::toJson(ModelBase const& content )
|
||||
{
|
||||
return content.toJson();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user