From af19990980906acd21424e764463c18344948efc Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 8 Sep 2011 20:06:37 +0200 Subject: QUEEN: Made some static data const. --- engines/queen/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/queen/sound.h') diff --git a/engines/queen/sound.h b/engines/queen/sound.h index 2aabb0d73b..371500f356 100644 --- a/engines/queen/sound.h +++ b/engines/queen/sound.h @@ -104,7 +104,7 @@ public: static const SongData _song[]; static const TuneData _tuneDemo[]; static const TuneData _tune[]; - static const char *_sfxName[]; + static const char *const _sfxName[]; static const int16 _jungleList[]; protected: -- cgit v1.2.3