1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

compiler warning fixed

This commit is contained in:
Paul Licameli
2017-06-09 13:13:57 -04:00
parent c11fd1d63f
commit 0d899b0163

View File

@@ -290,7 +290,7 @@ ThemeBase::~ThemeBase(void)
{
}
char * ThemeNames [] =
const char * ThemeNames [] =
{ "Classic",
"Dark",
"Light",