Przeglądaj źródła

BUG: Forgot to change parent class in cmCPackTypeMacro when I added cmCPackDragNDropGenerator. Fix it now that it really matters. (The BundleGenerator test started failing after the last commit. This fixes it.)

David Cole 17 lat temu
rodzic
commit
2914b740c2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/CPack/cmCPackBundleGenerator.h

+ 1 - 1
Source/CPack/cmCPackBundleGenerator.h

@@ -28,7 +28,7 @@
 class cmCPackBundleGenerator : public cmCPackDragNDropGenerator
 {
 public:
-  cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackGenerator);
+  cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackDragNDropGenerator);
 
   cmCPackBundleGenerator();
   virtual ~cmCPackBundleGenerator();