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:
parent
8ebf502cd6
commit
c02a29e261
@ -290,8 +290,6 @@ bool CommandImplementation::Apply(const CommandContext & WXUNUSED(context))
|
||||
#ifndef __WXMAC__
|
||||
|
||||
#include "CommandTargets.cpp"
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user