Fixed warning
This commit is contained in:
parent
5252ef4862
commit
384f4d1f3f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue