mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
A few fixes of types and a typo (#1464)
This commit is contained in:
@@ -50,7 +50,7 @@ protected:
|
||||
}
|
||||
|
||||
public:
|
||||
virtual unsigned int getArgumentCount() const {
|
||||
virtual size_t getArgumentCount() const {
|
||||
return size_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user