فهرست منبع

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 سال پیش
والد
کامیت
2914b740c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();