diff options
-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 63d6260..707b876 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -350,7 +350,7 @@ private: /** * Get the list of tests in directory and subdirectories. */ - void cmCTest::GetListOfTests(tm_ListOfTests* testlist, bool memcheck); + void GetListOfTests(tm_ListOfTests* testlist, bool memcheck); //! Reread the configuration file void UpdateCTestConfiguration(); |