diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.h')
-rw-r--r-- | cpp/src/IcePatch2Lib/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.h b/cpp/src/IcePatch2Lib/Util.h index 1eb580a354e..12bc86a93b2 100644 --- a/cpp/src/IcePatch2Lib/Util.h +++ b/cpp/src/IcePatch2Lib/Util.h @@ -156,7 +156,7 @@ class ICE_PATCH2_API GetFileInfoSeqCB { public: - virtual ~GetFileInfoSeqCB() { } + virtual ~GetFileInfoSeqCB(); virtual bool remove(const std::string&) = 0; virtual bool checksum(const std::string&) = 0; |