# 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-9d2fd5bffc1fpull/1/head
parent
c55509132b
commit
f3ff403a91
|
@ -67,7 +67,7 @@ using namespace Assimp;
|
|||
using namespace Assimp::Blender;
|
||||
using namespace Assimp::Formatter;
|
||||
|
||||
const std::string LogFunctions<BlenderImporter>::log_prefix = "BLEND: ";
|
||||
template<> const std::string LogFunctions<BlenderImporter>::log_prefix = "BLEND: ";
|
||||
static const aiLoaderDesc blenderDesc = {
|
||||
"Blender 3D Importer \nhttp://www.blender3d.org",
|
||||
"Assimp Team",
|
||||
|
|
|
@ -59,7 +59,7 @@ using namespace Assimp;
|
|||
using namespace Assimp::Formatter;
|
||||
namespace EXPRESS = STEP::EXPRESS;
|
||||
|
||||
const std::string LogFunctions<IFCImporter>::log_prefix = "IFC: ";
|
||||
template<> const std::string LogFunctions<IFCImporter>::log_prefix = "IFC: ";
|
||||
|
||||
|
||||
/* DO NOT REMOVE this comment block. The genentitylist.sh script
|
||||
|
|
Loading…
Reference in New Issue