mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- cleaned up a whole pile of compiler warnings
This commit is contained in:
@@ -32,7 +32,7 @@ void Properties::load(const string &path){
|
||||
ifstream fileStream;
|
||||
char lineBuffer[maxLine]="";
|
||||
string line, key, value;
|
||||
int pos=0;
|
||||
size_t pos=0;
|
||||
|
||||
this->path= path;
|
||||
|
||||
|
Reference in New Issue
Block a user