1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00

Fix Windows build

This commit is contained in:
Paul Licameli 2020-02-02 08:27:51 -05:00
parent 080b746b66
commit 79a4c519c0

View File

@ -218,7 +218,7 @@ BaseItemPtr ExtraMiscItems()
{
using Options = CommandManager::Options;
constexpr auto key =
static const auto key =
#ifdef __WXMAC__
wxT("Ctrl+/")
#else