fix incorrect INLINE

This commit is contained in:
David Rose 2008-01-26 01:06:25 +00:00
parent be5cf85350
commit e0226e0cc3

View File

@ -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;