mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
compiler warning fixed
This commit is contained in:
@@ -290,7 +290,7 @@ ThemeBase::~ThemeBase(void)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
char * ThemeNames [] =
|
const char * ThemeNames [] =
|
||||||
{ "Classic",
|
{ "Classic",
|
||||||
"Dark",
|
"Dark",
|
||||||
"Light",
|
"Light",
|
||||||
|
Reference in New Issue
Block a user