From 6edfacbf4eabc543d693829d0f4ce26c86aea2c7 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Mon, 1 Aug 2011 19:47:19 +0200 Subject: [PATCH] =?utf8?q?Ove=20K=C3=A5ven:=20Fix=20property=20refcounting?= =?utf8?q?=20for=20particles?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- simgear/scene/model/particles.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/particles.hxx b/simgear/scene/model/particles.hxx index 78c10821..a637f20b 100644 --- a/simgear/scene/model/particles.hxx +++ b/simgear/scene/model/particles.hxx @@ -99,7 +99,7 @@ public: private: static osg::Vec3 gravity; static osg::Vec3 wind; - const SGPropertyNode* modelRoot; + SGConstPropertyNode_ptr modelRoot; static SGConstPropertyNode_ptr enabledNode; static bool enabled; }; -- 2.39.5