From 78df5d55bc32a2dbd94b259f1c843b259e745c47 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 7 Apr 2010 19:59:20 +0000 Subject: Fix compiler warnings "virtual function but no virtual destructor". git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931660 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/qpid_send.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/qpid_send.cpp') diff --git a/cpp/src/tests/qpid_send.cpp b/cpp/src/tests/qpid_send.cpp index 1e9711d206..a4a224caa8 100644 --- a/cpp/src/tests/qpid_send.cpp +++ b/cpp/src/tests/qpid_send.cpp @@ -190,6 +190,7 @@ using namespace qpid::tests; class ContentGenerator { public: + virtual ~ContentGenerator() {} virtual bool getContent(std::string& content) = 0; }; -- cgit v1.2.1