- XGL: fix non isocpp-compliant definition of LogFunctions::log_prefix outside the namespace where the class resides.

pull/27/head
Alexander Gessler 2013-04-08 19:41:18 +02:00
parent d25715ad2c
commit 47b2832dd8
1 changed files with 3 additions and 0 deletions

View File

@ -77,8 +77,11 @@ struct free_it
void* free;
};
namespace Assimp { // this has to be in here because LogFunctions is in ::Assimp
template<> const std::string LogFunctions<XGLImporter>::log_prefix = "XGL: ";
}
static const aiImporterDesc desc = {
"XGL Importer",
"",