COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about other virtual functions.
This commit is contained in:
parent
976b426b2d
commit
3d94b3b717
@ -30,6 +30,8 @@
|
|||||||
class cmExportFileGenerator
|
class cmExportFileGenerator
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~cmExportFileGenerator() {}
|
||||||
|
|
||||||
/** Set the full path to the export file to generate. */
|
/** Set the full path to the export file to generate. */
|
||||||
void SetExportFile(const char* mainFile);
|
void SetExportFile(const char* mainFile);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user