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.)
This commit is contained in:
parent
6bf31875ce
commit
2914b740c2
|
@ -28,7 +28,7 @@
|
|||
class cmCPackBundleGenerator : public cmCPackDragNDropGenerator
|
||||
{
|
||||
public:
|
||||
cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackGenerator);
|
||||
cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackDragNDropGenerator);
|
||||
|
||||
cmCPackBundleGenerator();
|
||||
virtual ~cmCPackBundleGenerator();
|
||||
|
|
Loading…
Reference in New Issue