diff --git a/code/RemoveRedundantMaterials.h b/code/RemoveRedundantMaterials.h index e2874900f..fe186ba70 100644 --- a/code/RemoveRedundantMaterials.h +++ b/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: diff --git a/code/RemoveVCProcess.h b/code/RemoveVCProcess.h index 07afdb876..5afd1736e 100644 --- a/code/RemoveVCProcess.h +++ b/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.