浏览代码

COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about other virtual functions.

Brad King 18 年之前
父节点
当前提交
3d94b3b717
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/cmExportFileGenerator.h

+ 2 - 0
Source/cmExportFileGenerator.h

@@ -30,6 +30,8 @@
 class cmExportFileGenerator
 {
 public:
+  virtual ~cmExportFileGenerator() {}
+
   /** Set the full path to the export file to generate.  */
   void SetExportFile(const char* mainFile);