From 1ec72cdddb32ee9ea3cd686e285506c140efea5c Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 4 May 2014 19:17:51 +0200 Subject: [PATCH] Release candidate 2 : 3.1 Signed-off-by: Kim Kulling --- code/RemoveRedundantMaterials.h | 4 +++- code/RemoveVCProcess.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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.