[CPP] Fixing some more ordering of checks (#5951)

* Fix more ordering of checks.

* Update cpp petstores.
This commit is contained in:
mmosemmle
2017-07-02 15:30:42 +01:00
committed by wing328
parent f3d83eb925
commit 94814176b7
18 changed files with 30 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ namespace model {
User::User()
{
m_Id = 0;
m_Id = 0L;
m_IdIsSet = false;
m_Username = U("");
m_UsernameIsSet = false;