浏览代码

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 13 年之前
父节点
当前提交
68d2b71893
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      code/IFCUtil.h

+ 4 - 0
code/IFCUtil.h

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