[telepathy-qt4/master] PendingOperation: Make dtor virtual just for the sake of completeness.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue May 19 06:35:10 PDT 2009


---
 TelepathyQt4/pending-operation.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/pending-operation.h b/TelepathyQt4/pending-operation.h
index 2a2957e..f2fba1d 100644
--- a/TelepathyQt4/pending-operation.h
+++ b/TelepathyQt4/pending-operation.h
@@ -64,7 +64,7 @@ class PendingOperation : public QObject
     Q_DISABLE_COPY(PendingOperation)
 
 public:
-    ~PendingOperation();
+    virtual ~PendingOperation();
 
     /**
      * Returns whether or not the request has finished processing. #finished()
-- 
1.5.6.5



More information about the telepathy-commits mailing list