fake_support: fix compilation error with Clang

This commit is contained in:
Hugues Delorme 2016-06-30 10:39:45 +02:00
parent c9ce1e04d0
commit 185b70084a
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
class TColStd_ListOfInteger class TColStd_ListOfInteger
{ {
public: public:
TColStd_ListOfInteger() {}
Standard_Boolean IsEmpty() const { return Standard_True; } Standard_Boolean IsEmpty() const { return Standard_True; }
int First() const { return -1; } int First() const { return -1; }
}; };