mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- cleaned up a whole pile of compiler warnings
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
void load(const string &path);
|
||||
void save(const string &path);
|
||||
|
||||
int getPropertyCount() {return propertyVector.size();}
|
||||
int getPropertyCount() {return (int)propertyVector.size();}
|
||||
string getKey(int i) {return propertyVector[i].first;}
|
||||
string getString(int i) {return propertyVector[i].second;}
|
||||
|
||||
|
Reference in New Issue
Block a user