Fixed MSVS 2012 build

This commit is contained in:
2017-05-31 22:14:31 +02:00
parent 27ec7282eb
commit b916d626d1
13 changed files with 54 additions and 11 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ CampData::CampData(QObject *parent) : QObject(parent)
m_totalPrice = 0;
m_sale = 0;
m_totalSale = 0;
m_ownerFirstame = false;
m_fixedSale = false;
m_fullPrice = 0;
}
int CampData::id() const