diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-07 19:59:20 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-07 19:59:20 +0000 |
| commit | 14a3b94becebf01ad27daca7f3d1ec8a333b2f9b (patch) | |
| tree | 9e7f9104db64152f39b060beb508cbd70bcfa7b5 /cpp/src/tests/qpid_send.cpp | |
| parent | 36bb85318aeb0351dfb45443bdcd33e53da781af (diff) | |
| download | qpid-python-14a3b94becebf01ad27daca7f3d1ec8a333b2f9b.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests/qpid_send.cpp')
| -rw-r--r-- | cpp/src/tests/qpid_send.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |
