1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 16:40:07 +02:00
This commit is contained in:
Paul Licameli 2018-03-10 17:56:30 -05:00
parent 20c086263d
commit f4a971da9e

View File

@ -293,7 +293,7 @@ public:
/// mProgressTarget is a unique pointer, but mStatusTraget and
/// mErrorTarget are shared ones, because they may both point to the same
/// output
class CommandOutputTargets
class CommandOutputTargets /* not final */
{
public:
std::unique_ptr<CommandProgressTarget> mProgressTarget;