summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/ClientUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IcePatch2/ClientUtil.h')
-rw-r--r--cpp/include/IcePatch2/ClientUtil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/ClientUtil.h b/cpp/include/IcePatch2/ClientUtil.h
index a741b3af269..982cc0a43d9 100644
--- a/cpp/include/IcePatch2/ClientUtil.h
+++ b/cpp/include/IcePatch2/ClientUtil.h
@@ -28,6 +28,8 @@ class ICE_PATCH2_API PatcherFeedback : public IceUtil::Shared
{
public:
+ virtual ~PatcherFeedback();
+
//
// The summary file can't be loaded for the given reason. This
// should return true to accept doing a thorough patch, false
@@ -77,6 +79,9 @@ typedef IceUtil::Handle<PatcherFeedback> PatcherFeedbackPtr;
class ICE_PATCH2_API Patcher : public IceUtil::Shared
{
public:
+
+ virtual ~Patcher();
+
//
// Prepare the patching. This involves creating the local checksum
// files if no summary file exists or if a thorough patch was