fake_support: fix compilation error with Clang
This commit is contained in:
parent
c9ce1e04d0
commit
185b70084a
@ -6,6 +6,7 @@
|
||||
class TColStd_ListOfInteger
|
||||
{
|
||||
public:
|
||||
TColStd_ListOfInteger() {}
|
||||
Standard_Boolean IsEmpty() const { return Standard_True; }
|
||||
int First() const { return -1; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user