diff options
-rw-r--r-- | Source/cmCommand.h | 2 | ||||
-rw-r--r-- | Source/cmExportCommand.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCommand.h b/Source/cmCommand.h index d9fd5a2..ff30638 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -7,7 +7,6 @@ #include <string> #include <vector> -#include "cmCommandArgumentsHelper.h" #include "cmPolicies.h" class cmExecutionStatus; @@ -110,7 +109,6 @@ public: protected: cmMakefile* Makefile; - cmCommandArgumentsHelper Helper; private: std::string Error; diff --git a/Source/cmExportCommand.h b/Source/cmExportCommand.h index 99dac7d..a0224d0 100644 --- a/Source/cmExportCommand.h +++ b/Source/cmExportCommand.h @@ -41,6 +41,7 @@ public: std::string GetName() const CM_OVERRIDE { return "export"; } private: + cmCommandArgumentsHelper Helper; cmCommandArgumentGroup ArgumentGroup; cmCAStringVector Targets; cmCAEnabler Append; |