From 9855ebf11a1556bd0b73a1eaec39232842871528 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sun, 23 Oct 2016 00:45:08 +0200 Subject: Make cmCommand not inherit from cmObject --- Source/cmQTWrapUICommand.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmQTWrapUICommand.h') diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 84b88a8f80..8efa7478b5 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -15,7 +15,6 @@ class cmQTWrapUICommand : public cmCommand { public: - cmTypeMacro(cmQTWrapUICommand, cmCommand); /** * This is a virtual constructor for the command. */ -- cgit v1.2.1