diff options
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index cceea97..e45cd07 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -922,6 +922,7 @@ struct cmFileCopier Doing(DoingNone) { } + virtual ~cmFileCopier() {} bool Run(std::vector<std::string> const& args); protected: |