diff options
-rw-r--r-- | gentoobrowse-api/service/fileUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/fileUtils.h b/gentoobrowse-api/service/fileUtils.h index b447c4d..51c2875 100644 --- a/gentoobrowse-api/service/fileUtils.h +++ b/gentoobrowse-api/service/fileUtils.h @@ -13,7 +13,7 @@ namespace Gentoo { class FileHandle { public: FileHandle(const boost::filesystem::path & path); - ~FileHandle(); + virtual ~FileHandle(); protected: const int fh; |