Merge branch 'hotfix-0.2.1' into develop
This commit is contained in:
commit
11cef6d88a
@ -25,7 +25,7 @@ include(CMakeDependentOption)
|
||||
project(gmio)
|
||||
set(GMIO_VERSION_MAJOR 0)
|
||||
set(GMIO_VERSION_MINOR 2)
|
||||
set(GMIO_VERSION_PATCH 0)
|
||||
set(GMIO_VERSION_PATCH 1)
|
||||
set(GMIO_VERSION
|
||||
${GMIO_VERSION_MAJOR}.${GMIO_VERSION_MINOR}.${GMIO_VERSION_PATCH})
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
</a>
|
||||
[](https://coveralls.io/github/fougue/gmio?branch=master)
|
||||
[](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html)
|
||||
[](https://github.com/fougue/gmio/releases)
|
||||
[](https://github.com/fougue/gmio/releases)
|
||||
|
||||
|
||||
C library for geometry input/output
|
||||
|
@ -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