]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/soundmgr.hxx
Updated --help message.
[flightgear.git] / src / Sound / soundmgr.hxx
index 8abc4bbd6f0e26eea60afeba45f08c82021ac0ed..c8809d0020c0a85ff12b42941403123f1830cf13 100644 (file)
@@ -125,7 +125,7 @@ public:
 
 
     // is audio working?
-    inline bool is_working() const { return !audio_sched->not_working(); }
+    inline bool is_working() const { return !audio_sched->notWorking(); }
 
     // add a sound effect, return true if successful
     bool add( FGSimpleSound *sound, const string& refname );