From 29e998c1f8ad26156a9bdf55e556a95a1d4e75b2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 30 Sep 2002 18:12:54 +0000 Subject: [PATCH] Removed inappropriate inline keyword from getOrCreateStateSet(). --- include/osg/Drawable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Drawable b/include/osg/Drawable index 50de0d3cc..87e9aec39 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -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