From: mfranz Date: Wed, 21 May 2008 14:51:39 +0000 (+0000) Subject: xmlsound: warning-- X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4f5ab2392dff18572d78b33043d486d72b38414;p=simgear.git xmlsound: warning-- --- diff --git a/simgear/sound/xmlsound.cxx b/simgear/sound/xmlsound.cxx index 5d6490b9..7a39d234 100644 --- a/simgear/sound/xmlsound.cxx +++ b/simgear/sound/xmlsound.cxx @@ -47,7 +47,7 @@ static double _snd_log(double v) { return log(fabs(v)); } // static double _snd_pow3(double v) { return v*v*v; } static const struct { - char *name; + const char *name; double (*fn)(double); } __sound_fn[] = { // {"lin", _snd_lin},