X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSystems%2Felectrical.hxx;h=f6f21a4534a653f958f86dd73ab6ae1de2d8af43;hb=729e28754a5ff709d0a39d82d9734c8288ea0db1;hp=c63b8c35f564a24e58bafe0037feb807ae1f3bfc;hpb=8da2f1a31b019201d950eaed663b40a5a0b73472;p=flightgear.git diff --git a/src/Systems/electrical.hxx b/src/Systems/electrical.hxx index c63b8c35f..f6f21a453 100644 --- a/src/Systems/electrical.hxx +++ b/src/Systems/electrical.hxx @@ -251,7 +251,7 @@ public: virtual void unbind (); virtual void update (double dt); - bool build (); + bool build (SGPropertyNode* config_props); float propagate( FGElectricalComponent *node, double dt, float input_volts, float input_amps, string s = "" ); @@ -266,7 +266,6 @@ private: string name; int num; string path; - SGPropertyNode_ptr config_props; bool enabled;