From bf9dce6eb90282a9355a85789882372622798f6c Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 15 Mar 2004 09:35:23 -0500 Subject: ERR: Fix build --- Source/cmCTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v0.12