Removed inappropriate inline keyword from getOrCreateStateSet().

This commit is contained in:
Robert Osfield 2002-09-30 18:12:54 +00:00
parent 6f6e237429
commit 29e998c1f8

View File

@ -100,7 +100,7 @@ class SG_EXPORT Drawable : public Object
/** Get the attached const StateSet,
* if one is not already attach create one,
* attach it to the drawable and return a pointer to it.*/
inline StateSet* getOrCreateStateSet();
StateSet* getOrCreateStateSet();
/** Set the drawable to it can or cannot be used in conjunction with OpenGL