From f4f5ab2392dff18572d78b33043d486d72b38414 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 21 May 2008 14:51:39 +0000 Subject: [PATCH] xmlsound: warning-- --- simgear/sound/xmlsound.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.39.5