]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/autopilotgroup.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Autopilot / autopilotgroup.hxx
index 6e6c1f1968f3a713912be0b08dcb5380c84bad37..5390f8c43186c2880e7630d613f16790a18b760e 100644 (file)
@@ -31,7 +31,7 @@
 class FGXMLAutopilotGroup : public SGSubsystemGroup
 {
 public:
-    static FGXMLAutopilotGroup * createInstance();
+    static FGXMLAutopilotGroup * createInstance(const std::string& nodeName);
     void addAutopilotFromFile( const std::string & name, SGPropertyNode_ptr apNode, const char * path );
     virtual void addAutopilot( const std::string & name, SGPropertyNode_ptr apNode, SGPropertyNode_ptr config ) = 0;
     virtual void removeAutopilot( const std::string & name ) = 0;