Blender: mark local function as static.

pull/951/head
Kim Kulling 2016-07-15 10:33:48 +02:00
parent 2a8936a217
commit e1697b30bc
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,8 @@ using namespace Assimp;
using namespace Assimp::Blender; using namespace Assimp::Blender;
using namespace Assimp::Formatter; using namespace Assimp::Formatter;
bool match4(StreamReaderAny& stream, const char* string) { static bool match4(StreamReaderAny& stream, const char* string) {
ai_assert( nullptr != string );
char tmp[] = { char tmp[] = {
(stream).GetI1(), (stream).GetI1(),
(stream).GetI1(), (stream).GetI1(),