1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +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__
#include "CommandTargets.cpp"
#endif
#endif

View File

@ -47,7 +47,7 @@ CommandContext::CommandContext(
)
: project{ p }
// 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 }
, index{ ii }
, parameter{ param }