[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,9 +21,9 @@ namespace model {
Order::Order()
{
m_Id = 0;
m_Id = 0L;
m_IdIsSet = false;
m_PetId = 0;
m_PetId = 0L;
m_PetIdIsSet = false;
m_Quantity = 0;
m_QuantityIsSet = false;