]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
Remove unnecessary includes/using
[flightgear.git] / src / Sound / fg_fx.hxx
index 3803f5bc6ad1538d568a6356b63e3277aa77bc24..1f5336e359b1ecc67e8f51fc64a29d9eec9d9d1f 100644 (file)
@@ -49,12 +49,13 @@ 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: