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:
parent
8ebf502cd6
commit
c02a29e261
@ -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
|
||||||
|
|
||||||
|
@ -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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user