1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 00:30:07 +02:00

Compilation on Mac

Changes found/recommended by Paul.
This commit is contained in:
James Crook 2018-02-09 09:29:28 +00:00 committed by Paul Licameli
parent 8ebf502cd6
commit c02a29e261
2 changed files with 1 additions and 3 deletions

View File

@ -290,8 +290,6 @@ bool CommandImplementation::Apply(const CommandContext & WXUNUSED(context))
#ifndef __WXMAC__ #ifndef __WXMAC__
#include "CommandTargets.cpp" #include "CommandTargets.cpp"
#endif #endif
#endif #endif

View File

@ -47,7 +47,7 @@ CommandContext::CommandContext(
) )
: project{ p } : project{ p }
// No target specified? Use the special interactive one that pops up a dialog. // No target specified? Use the special interactive one that pops up a dialog.
, pOutput( std::move( std::make_unique<InteractiveOutputTargets>()) ) , pOutput( std::make_unique<InteractiveOutputTargets>() )
, pEvt{ e } , pEvt{ e }
, index{ ii } , index{ ii }
, parameter{ param } , parameter{ param }