X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSound%2Ffg_fx.hxx;h=1f5336e359b1ecc67e8f51fc64a29d9eec9d9d1f;hb=6bf47cd248ed388e6a4dd3ffa2d00977b00b62fb;hp=a46d8583cd1dd54f1a3737ff1046beac936e7f06;hpb=0025dfb9bccc45d7f96b1badbe7c867679669c9e;p=flightgear.git diff --git a/src/Sound/fg_fx.hxx b/src/Sound/fg_fx.hxx index a46d8583c..1f5336e35 100644 --- a/src/Sound/fg_fx.hxx +++ b/src/Sound/fg_fx.hxx @@ -49,15 +49,17 @@ class FGFX : public SGSampleGroup public: - FGFX ( SGSoundMgr *smgr, const string &refname, SGPropertyNode *props = 0 ); + FGFX ( const std::string &refname, SGPropertyNode *props = 0 ); virtual ~FGFX (); virtual void init (); virtual void reinit (); virtual void update (double dt); + void unbind(); private: + bool _is_aimodel; SGSharedPtr _avionics; std::vector _sound;