From f4a971da9e3cbf4ca361d76c8f69d4605dcb734d Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 10 Mar 2018 17:56:30 -0500 Subject: [PATCH] comment --- src/commands/CommandTargets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CommandTargets.h b/src/commands/CommandTargets.h index b4086b4d8..30c85e83e 100644 --- a/src/commands/CommandTargets.h +++ b/src/commands/CommandTargets.h @@ -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 mProgressTarget;