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 2a1169a..7dfaa92 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -92,7 +92,7 @@ public: int TestDirectory(bool memcheck); ///! what is the configuraiton type, e.g. Debug, Release etc. - std::string GetConfigType(); + std::string const& GetConfigType(); double GetTimeOut() { return this->TimeOut; } void SetTimeOut(double t) { this->TimeOut = t; } |