A few fixes of types and a typo (#1464)

This commit is contained in:
ahladik
2021-05-13 21:11:19 +02:00
committed by GitHub
parent 81ad689478
commit 6ec23faf26
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ protected:
}
public:
virtual unsigned int getArgumentCount() const {
virtual size_t getArgumentCount() const {
return size_;
}