浏览代码

Release candidate 2 : 3.1

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 11 年之前
父节点
当前提交
1ec72cdddb
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 3 1
      code/RemoveRedundantMaterials.h
  2. 1 1
      code/RemoveVCProcess.h

+ 3 - 1
code/RemoveRedundantMaterials.h

@@ -57,8 +57,10 @@ namespace Assimp	{
 class ASSIMP_API RemoveRedundantMatsProcess : public BaseProcess
 {
 public:
-
+    /// The default class constructor.
 	RemoveRedundantMatsProcess();
+
+    /// The class destructor.
 	~RemoveRedundantMatsProcess();
 
 public:

+ 1 - 1
code/RemoveVCProcess.h

@@ -56,7 +56,7 @@ namespace Assimp {
 class ASSIMP_API RemoveVCProcess : public BaseProcess
 {
 public:
-    /// The class constructor.
+    /// The default class constructor.
 	RemoveVCProcess();
 
     /// The class destructor.