diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 99ccf0a..2a1169a 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -398,7 +398,7 @@ private: const VectorOfStrings& files); ///! Find the running cmake - void FindRunningCMake(const char* arg0); + void FindRunningCMake(); //! Check if the argument is the one specified bool CheckArgument(const std::string& arg, const char* varg1, |