From 463e466be3efaada0c64beb120b98432e643e480 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 26 Feb 2001 12:07:53 -0500 Subject: ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. --- Source/cmTestsCommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmTestsCommand.h') diff --git a/Source/cmTestsCommand.h b/Source/cmTestsCommand.h index ec001b3c3d..0a9fd9318f 100644 --- a/Source/cmTestsCommand.h +++ b/Source/cmTestsCommand.h @@ -67,6 +67,8 @@ public: return "TESTS(file1 file2 ...)"; } + + cmTypeMacro(cmTestsCommand, cmCommand); }; -- cgit v1.2.1