Fixed warning

This commit is contained in:
Zach Mullen 2009-09-08 09:12:44 -04:00
parent 5252ef4862
commit 384f4d1f3f
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ private:
std::vector<std::string> Arguments; std::vector<std::string> Arguments;
}; };
inline int getNumWidth(int n) inline int getNumWidth(size_t n)
{ {
int numWidth = 1; int numWidth = 1;
if(n >= 10) if(n >= 10)