fix code reading finding: rename definition.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/502/head
parent
f15d62194b
commit
b0753c38de
|
@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef ASSIMP_BUILD_NO_OPEMGEX_IMPORTER
|
#ifndef ASSIMP_BUILD_NO_OPENGEX_IMPORTER
|
||||||
|
|
||||||
#include "AssimpPCH.h"
|
#include "AssimpPCH.h"
|
||||||
#include "OpenGEXImporter.h"
|
#include "OpenGEXImporter.h"
|
||||||
|
@ -502,4 +502,4 @@ void OpenGEXImporter::clearNodeStack() {
|
||||||
} // Namespace OpenGEX
|
} // Namespace OpenGEX
|
||||||
} // Namespace Assimp
|
} // Namespace Assimp
|
||||||
|
|
||||||
#endif // ASSIMP_BUILD_NO_OPEMGEX_IMPORTER
|
#endif // ASSIMP_BUILD_NO_OPENGEX_IMPORTER
|
||||||
|
|
|
@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef AI_OPENGEX_IMPORTER_H
|
#ifndef AI_OPENGEX_IMPORTER_H
|
||||||
#define AI_OPENGEX_IMPORTER_H
|
#define AI_OPENGEX_IMPORTER_H
|
||||||
|
|
||||||
#ifndef ASSIMP_BUILD_NO_OPEMGEX_IMPORTER
|
#ifndef ASSIMP_BUILD_NO_OPENGEX_IMPORTER
|
||||||
|
|
||||||
#include "BaseImporter.h"
|
#include "BaseImporter.h"
|
||||||
|
|
||||||
|
@ -141,6 +141,6 @@ private:
|
||||||
} // Namespace OpenGEX
|
} // Namespace OpenGEX
|
||||||
} // Namespace Assimp
|
} // Namespace Assimp
|
||||||
|
|
||||||
#endif // ASSIMP_BUILD_NO_OPEMGEX_IMPORTER
|
#endif // ASSIMP_BUILD_NO_OPENGEX_IMPORTER
|
||||||
|
|
||||||
#endif // AI_OPENGEX_IMPORTER_H
|
#endif // AI_OPENGEX_IMPORTER_H
|
||||||
|
|
Loading…
Reference in New Issue