Browse Source

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 năm trước cách đây
mục cha
commit
2914b740c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();