diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index cceea97ff..e45cd0751 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -922,6 +922,7 @@ struct cmFileCopier Doing(DoingNone) { } + virtual ~cmFileCopier() {} bool Run(std::vector const& args); protected: