Get rid of that annoying compiler warning...
[quassel.git] / src / uisupport / abstractbuffercontainer.h
index d727895..245f38d 100644 (file)
@@ -73,6 +73,7 @@ class AbstractBufferContainer : public AbstractItemView {
 class AbstractChatView {
 
   public:
+    virtual ~AbstractChatView() = 0;
     virtual void appendMsg(AbstractUiMsg *msg) = 0;
     virtual void prependMsg(AbstractUiMsg *msg) = 0;
     virtual void setContents(const QList<AbstractUiMsg *> &contents) = 0;