diff options
Diffstat (limited to 'src/prtget.h')
-rw-r--r-- | src/prtget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/prtget.h b/src/prtget.h index 6a82975..8e5ad1f 100644 --- a/src/prtget.h +++ b/src/prtget.h @@ -146,10 +146,10 @@ protected: static const string DEFAULT_CACHE_FILE; - void assertMinArgCount(int count); - void assertMaxArgCount(int count); - void assertExactArgCount(int count); - void argCountFailure(int count, const string& specifier); + void assertMinArgCount(size_t count); + void assertMaxArgCount(size_t count); + void assertExactArgCount(size_t count); + void argCountFailure(size_t count, const string& specifier); VersionComparator::COMP_RESULT compareVersions( const string& v1, const string& v2 ); |