Parcourir la source

Release candidate 2 : 3.1

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling il y a 11 ans
Parent
commit
1ec72cdddb
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  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.