diff options
-rw-r--r-- | base/file_version_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_version_info.h b/base/file_version_info.h index def2ea5..9ab7a0d 100644 --- a/base/file_version_info.h +++ b/base/file_version_info.h @@ -17,6 +17,7 @@ class FilePath; class FileVersionInfo { public: + virtual ~FileVersionInfo() {} #if defined(OS_WIN) || defined(OS_MACOSX) // Creates a FileVersionInfo for the specified path. Returns NULL if something // goes wrong (typically the file does not exit or cannot be opened). The |