mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user