Blender: mark local function as static.
parent
2a8936a217
commit
e1697b30bc
|
@ -53,7 +53,8 @@ using namespace Assimp;
|
|||
using namespace Assimp::Blender;
|
||||
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[] = {
|
||||
(stream).GetI1(),
|
||||
(stream).GetI1(),
|
||||
|
|
Loading…
Reference in New Issue