X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSystems%2Fsystem_mgr.hxx;h=a6260a531d921d3213c1cee94b63666ef16be58b;hb=3ccfdac8fe65b1a933148b01d59fad8b764d989a;hp=e783532e22741083cb7cabab1aa679c460ba22fe;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Systems/system_mgr.hxx b/src/Systems/system_mgr.hxx index e783532e2..a6260a531 100644 --- a/src/Systems/system_mgr.hxx +++ b/src/Systems/system_mgr.hxx @@ -31,10 +31,9 @@ public: FGSystemMgr (); virtual ~FGSystemMgr (); - bool build (); + bool build (SGPropertyNode* config_props); private: - SGPropertyNode *config_props; bool enabled; };