From: Torsten Dreyer Date: Thu, 15 Sep 2011 20:39:47 +0000 (+0200) Subject: fix upper/lowercase typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0fa556d36a70671af37405da285e32a79faae0b5;p=flightgear.git fix upper/lowercase typo Just don't develop with windows. Never. --- diff --git a/src/Sound/audioident.cxx b/src/Sound/audioident.cxx index 74674522c..a09b68d80 100644 --- a/src/Sound/audioident.cxx +++ b/src/Sound/audioident.cxx @@ -23,7 +23,7 @@ #include #include
-#include +#include AudioIdent::AudioIdent( const std::string & fx_name, const double interval_secs, const int frequency_hz ) : _fx_name(fx_name),