[cmake-commits] king committed cmExportFileGenerator.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 28 09:53:23 EST 2008


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

Modified Files:
	cmExportFileGenerator.h 
Log Message:
COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about other virtual functions.


Index: cmExportFileGenerator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExportFileGenerator.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmExportFileGenerator.h	28 Jan 2008 13:38:35 -0000	1.1
+++ cmExportFileGenerator.h	28 Jan 2008 14:53:21 -0000	1.2
@@ -30,6 +30,8 @@
 class cmExportFileGenerator
 {
 public:
+  virtual ~cmExportFileGenerator() {}
+
   /** Set the full path to the export file to generate.  */
   void SetExportFile(const char* mainFile);
 



More information about the Cmake-commits mailing list