diff options
Diffstat (limited to 'Source/cmCoreTryCompile.h')
-rw-r--r-- | Source/cmCoreTryCompile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmCoreTryCompile.h b/Source/cmCoreTryCompile.h index c2beea8..6a3b049 100644 --- a/Source/cmCoreTryCompile.h +++ b/Source/cmCoreTryCompile.h @@ -23,8 +23,7 @@ class cmCoreTryCompile : public cmCommand { public: - - protected: +protected: /** * This is the core code for try compile. It is here so that other * commands, such as TryRun can access the same logic without @@ -53,8 +52,6 @@ public: std::string OutputFile; std::string FindErrorMessage; bool SrcFileSignature; - }; - #endif |