Explorar o código

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-9d2fd5bffc1f
aramis_acg %!s(int64=13) %!d(string=hai) anos
pai
achega
68d2b71893
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      code/IFCUtil.h

+ 4 - 0
code/IFCUtil.h

@@ -238,6 +238,10 @@ public:
 
 
 public:
 public:
 
 
+
+	virtual ~Curve() {}
+
+
 	// check if a curve is closed 
 	// check if a curve is closed 
 	virtual bool IsClosed() const = 0;
 	virtual bool IsClosed() const = 0;