]> git.mxchange.org Git - flightgear.git/commitdiff
fix upper/lowercase typo
authorTorsten Dreyer <Torsten@t3r.de>
Thu, 15 Sep 2011 20:39:47 +0000 (22:39 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Thu, 15 Sep 2011 20:39:47 +0000 (22:39 +0200)
Just don't develop with windows. Never.

src/Sound/audioident.cxx

index 74674522c5d9a38cfac8a5740d574847094f1310..a09b68d80cbfdbf4c1b7d0709e7bb054c1150587 100644 (file)
@@ -23,7 +23,7 @@
 #include <simgear/sg_inlines.h>
 
 #include <Main/globals.hxx>
-#include <Sound/Morse.hxx>
+#include <Sound/morse.hxx>
 
 AudioIdent::AudioIdent( const std::string & fx_name, const double interval_secs, const int frequency_hz ) :
   _fx_name(fx_name),