Patch [3520194] Fix compiler warning for non-virtual destructor by Andy Maloney.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1235 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/5/head
parent
5a81b42ebe
commit
68d2b71893
|
@ -238,6 +238,10 @@ public:
|
|||
|
||||
public:
|
||||
|
||||
|
||||
virtual ~Curve() {}
|
||||
|
||||
|
||||
// check if a curve is closed
|
||||
virtual bool IsClosed() const = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue