]> git.mxchange.org Git - flightgear.git/commitdiff
make sure the dialog property tree can't disappear until we wrote the
authormfranz <mfranz>
Sun, 19 Feb 2006 08:48:30 +0000 (08:48 +0000)
committermfranz <mfranz>
Sun, 19 Feb 2006 08:48:30 +0000 (08:48 +0000)
last position back

src/GUI/dialog.hxx

index f9f51705f408706411062eda02e5f2215289b302..6e2ad42bc916dc88a6aeae7d31080d3eb9584754 100644 (file)
@@ -148,7 +148,7 @@ private:
 
     // The source xml tree, so that we can pass data back, such as the
     // last position.
-    SGPropertyNode *_props;
+    SGPropertyNode_ptr _props;
 
     // PUI provides no way for userdata to be deleted automatically
     // with a GUI object, so we have to keep track of all the special