Release candidate 2 : 3.1

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/267/head v3.1-rc2
Kim Kulling 2014-05-04 19:17:51 +02:00
parent 392730be07
commit 1ec72cdddb
2 changed files with 4 additions and 2 deletions

View File

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

View File

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