mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix incorrect INLINE
This commit is contained in:
parent
be5cf85350
commit
e0226e0cc3
@ -52,7 +52,7 @@ PUBLISHED:
|
|||||||
bool unref() const;
|
bool unref() const;
|
||||||
|
|
||||||
INLINE static PT(InternalName) make(const string &name);
|
INLINE static PT(InternalName) make(const string &name);
|
||||||
INLINE static PT(InternalName) make(const string &name, int index);
|
static PT(InternalName) make(const string &name, int index);
|
||||||
PT(InternalName) append(const string &basename);
|
PT(InternalName) append(const string &basename);
|
||||||
|
|
||||||
INLINE InternalName *get_parent() const;
|
INLINE InternalName *get_parent() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user