summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackBundleGenerator.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-01-22 19:23:44 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-01-22 19:23:44 (GMT)
commit2914b740c2eaadf4536c42c032eefa8ee8021aa6 (patch)
tree51ca973080ea3e54b7ad038d108eef838d1b108d /Source/CPack/cmCPackBundleGenerator.h
parent6bf31875ce3a87078ba3e90ce2e8cde44d561d86 (diff)
downloadCMake-2914b740c2eaadf4536c42c032eefa8ee8021aa6.zip
CMake-2914b740c2eaadf4536c42c032eefa8ee8021aa6.tar.gz
CMake-2914b740c2eaadf4536c42c032eefa8ee8021aa6.tar.bz2
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.)
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.h')
-rw-r--r--Source/CPack/cmCPackBundleGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.h b/Source/CPack/cmCPackBundleGenerator.h
index 52c3c3a..142c272 100644
--- a/Source/CPack/cmCPackBundleGenerator.h
+++ b/Source/CPack/cmCPackBundleGenerator.h
@@ -28,7 +28,7 @@
class cmCPackBundleGenerator : public cmCPackDragNDropGenerator
{
public:
- cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackGenerator);
+ cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackDragNDropGenerator);
cmCPackBundleGenerator();
virtual ~cmCPackBundleGenerator();