forked from loafle/openapi-generator-original
[CPP] Fixing some more ordering of checks (#5951)
* Fix more ordering of checks. * Update cpp petstores.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace model {
|
||||
|
||||
User::User()
|
||||
{
|
||||
m_Id = 0;
|
||||
m_Id = 0L;
|
||||
m_IdIsSet = false;
|
||||
m_Username = U("");
|
||||
m_UsernameIsSet = false;
|
||||
|
||||
Reference in New Issue
Block a user