diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 3869ea3..de9ddac 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -2261,7 +2261,7 @@ std::string cmCTest::GetBinaryDir() } //---------------------------------------------------------------------- -std::string cmCTest::GetConfigType() +std::string const& cmCTest::GetConfigType() { return this->ConfigType; } |