diff options
Diffstat (limited to 'Source/cmCallVisualStudioMacro.h')
-rw-r--r-- | Source/cmCallVisualStudioMacro.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmCallVisualStudioMacro.h b/Source/cmCallVisualStudioMacro.h index 09bddfa..e516fe2 100644 --- a/Source/cmCallVisualStudioMacro.h +++ b/Source/cmCallVisualStudioMacro.h @@ -26,8 +26,7 @@ public: ///! Call the named macro in instances of Visual Studio with the ///! given solution file open. Pass "ALL" for slnFile to call the ///! macro in each Visual Studio instance. - static int CallMacro(const std::string& slnFile, - const std::string& macro, + static int CallMacro(const std::string& slnFile, const std::string& macro, const std::string& args, const bool logErrorsAsMessages); @@ -38,7 +37,6 @@ public: const std::string& slnFile); protected: - private: }; |