Browse Source

fix incorrect INLINE

David Rose 18 years ago
parent
commit
e0226e0cc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/internalName.h

+ 1 - 1
panda/src/gobj/internalName.h

@@ -52,7 +52,7 @@ PUBLISHED:
   bool unref() const;
 
   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);
 
   INLINE InternalName *get_parent() const;