[Cmake-commits] [cmake-commits] david.cole committed cmCPackBundleGenerator.h 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 22 14:23:46 EST 2009


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv7862/Source/CPack

Modified Files:
	cmCPackBundleGenerator.h 
Log Message:
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.)


Index: cmCPackBundleGenerator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackBundleGenerator.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** cmCPackBundleGenerator.h	22 Jan 2009 18:56:13 -0000	1.4
--- cmCPackBundleGenerator.h	22 Jan 2009 19:23:44 -0000	1.5
***************
*** 29,33 ****
  {
  public:
!   cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackGenerator);
  
    cmCPackBundleGenerator();
--- 29,33 ----
  {
  public:
!   cmCPackTypeMacro(cmCPackBundleGenerator, cmCPackDragNDropGenerator);
  
    cmCPackBundleGenerator();



More information about the Cmake-commits mailing list