소스 검색

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);