mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
Fix Assimp compile warning
This commit is contained in:
parent
2abe2df1b4
commit
946c1e986d
@ -29,8 +29,12 @@ public:
|
||||
static void set_default();
|
||||
|
||||
protected:
|
||||
INLINE bool attachStream(Assimp::LogStream*, unsigned int) {};
|
||||
INLINE bool detatchStream(Assimp::LogStream*, unsigned int) {};
|
||||
INLINE bool attachStream(Assimp::LogStream*, unsigned int) {
|
||||
return false;
|
||||
};
|
||||
INLINE bool detatchStream(Assimp::LogStream*, unsigned int) {
|
||||
return false;
|
||||
};
|
||||
|
||||
void OnDebug(const char *message);
|
||||
void OnError(const char *message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user