summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-15 14:35:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-15 14:35:23 (GMT)
commitbf9dce6eb90282a9355a85789882372622798f6c (patch)
tree43ea7b48a23a823278389baaa9be83a9fccdf2c1 /Source/cmCTest.h
parent97360ff4c60ae41c4fe1b5fb6656e0a935f9d6ff (diff)
downloadCMake-bf9dce6eb90282a9355a85789882372622798f6c.zip
CMake-bf9dce6eb90282a9355a85789882372622798f6c.tar.gz
CMake-bf9dce6eb90282a9355a85789882372622798f6c.tar.bz2
ERR: Fix build
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
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();