1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Try another fix for AppVeyor.

This commit is contained in:
Paul Licameli
2018-01-08 16:44:59 -05:00
parent 57c68d144e
commit cd8ec5e6a8
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ struct CommandContext {
AudacityProject &p
, const wxEvent *e = nullptr
, int ii = 0
, const CommandParameter &param = {}
, const CommandParameter &param = CommandParameter{}
)
: project{ p }
, pEvt{ e }