summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PeopleDemandList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2PeopleDemandList.cpp')
-rw-r--r--src/T2DLL/T2PeopleDemandList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2PeopleDemandList.cpp b/src/T2DLL/T2PeopleDemandList.cpp
index e9fdcdd..f406515 100644
--- a/src/T2DLL/T2PeopleDemandList.cpp
+++ b/src/T2DLL/T2PeopleDemandList.cpp
@@ -47,7 +47,7 @@ void T2PeopleDemandList::Add(T2PeopleTimeZoneList* inTimeZoneList) {
void T2PeopleDemandList::Add(T2PoolGradeDef* inGradeDef) {
T2PeopleTimeZoneList *theTimeZoneList;
LArrayIterator iterator(*this);
- int theDemandType = 0;
+ int theDemandType = kDemandType0;
T2PeopleType peopleType;
while (iterator.Next(&theTimeZoneList)) {