]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/autopilotgroup.hxx
Merge commit 'refs/merge-requests/1579' of git://gitorious.org/fg/flightgear into...
[flightgear.git] / src / Autopilot / autopilotgroup.hxx
index 5390f8c43186c2880e7630d613f16790a18b760e..ef97927c1fdfc58dd873626b6f64750a008a2011 100644 (file)
@@ -32,6 +32,7 @@ class FGXMLAutopilotGroup : public SGSubsystemGroup
 {
 public:
     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;