diff options
Diffstat (limited to 'Source/cmMacroCommand.h')
-rw-r--r-- | Source/cmMacroCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmMacroCommand.h b/Source/cmMacroCommand.h index 44e192b..99e8b91 100644 --- a/Source/cmMacroCommand.h +++ b/Source/cmMacroCommand.h @@ -33,9 +33,9 @@ public: virtual bool IsFunctionBlocked(const cmListFileFunction&, cmMakefile &mf); virtual bool ShouldRemove(const cmListFileFunction&, cmMakefile &mf); virtual void ScopeEnded(cmMakefile &mf); - - std::vector<std::string> m_Args; - std::vector<cmListFileFunction> m_Functions; + + std::vector<std::string> Args; + std::vector<cmListFileFunction> Functions; }; /** \class cmMacroCommand |