]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/morse.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Sound / morse.hxx
index d64daecc528d986671505886a4c12df2cf4cdfa5..6166e747586ebe40dc4c383671bc0af5e3b8e2a2 100644 (file)
@@ -124,7 +124,7 @@ public:
     bool init();
 
     // make a SimpleSound morse code transmission for the specified string
-    SimpleSound *make_ident( const string& id,
+    SGSimpleSound *make_ident( const string& id,
                               const int freq = LO_FREQUENCY );
 };