Skip to content
Snippets Groups Projects
Commit b67a34c4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 3e41822d
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class GEntity {
virtual int containsPoint(const SPoint3 &pt) const { throw; }
// Get the native type of the particular representation
virtual ModelType getNativeType() const { return UnknownModel;}
virtual ModelType getNativeType() const { return UnknownModel; }
// Get the native pointer of the particular representation
virtual void * getNativePtr() const { throw; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment