From f3ff403a915417bb9cb69ebe0f5fb7bc353be324 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 9 May 2011 18:03:55 +0000 Subject: [PATCH] # add missing template<> declarations that would screw up gcc git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@995 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/BlenderLoader.cpp | 2 +- code/IFCLoader.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/BlenderLoader.cpp b/code/BlenderLoader.cpp index fc72412e9..9ca76ad0a 100644 --- a/code/BlenderLoader.cpp +++ b/code/BlenderLoader.cpp @@ -67,7 +67,7 @@ using namespace Assimp; using namespace Assimp::Blender; using namespace Assimp::Formatter; -const std::string LogFunctions::log_prefix = "BLEND: "; +template<> const std::string LogFunctions::log_prefix = "BLEND: "; static const aiLoaderDesc blenderDesc = { "Blender 3D Importer \nhttp://www.blender3d.org", "Assimp Team", diff --git a/code/IFCLoader.cpp b/code/IFCLoader.cpp index 8e9a357da..3b469d10c 100644 --- a/code/IFCLoader.cpp +++ b/code/IFCLoader.cpp @@ -59,7 +59,7 @@ using namespace Assimp; using namespace Assimp::Formatter; namespace EXPRESS = STEP::EXPRESS; -const std::string LogFunctions::log_prefix = "IFC: "; +template<> const std::string LogFunctions::log_prefix = "IFC: "; /* DO NOT REMOVE this comment block. The genentitylist.sh script