]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / GUI / dialog.hxx
index 4b4752d16913d2d700424dfec7a0e2178ae057fa..cf0c199f89fd4040d178c37ba51d50b19d10cf6e 100644 (file)
@@ -40,7 +40,7 @@ public:
      *
      * @param props A property tree describing the dialog.
      */
-    FGDialog (SGPropertyNode_ptr props);
+    FGDialog (SGPropertyNode * props);
 
 
     /**
@@ -97,7 +97,7 @@ private:
     FGDialog (const FGDialog &);
 
     // Show the dialog.
-    void display (SGPropertyNode_ptr props);
+    void display (SGPropertyNode * props);
 
     // Build the dialog or a subobject of it.
     puObject * makeObject (SGPropertyNode * props,