summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIInterfaces/ChatListWindowFactory.h')
-rw-r--r--Swift/Controllers/UIInterfaces/ChatListWindowFactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatListWindowFactory.h b/Swift/Controllers/UIInterfaces/ChatListWindowFactory.h
index 7f1afe1..b920e43 100644
--- a/Swift/Controllers/UIInterfaces/ChatListWindowFactory.h
+++ b/Swift/Controllers/UIInterfaces/ChatListWindowFactory.h
@@ -12,6 +12,7 @@ namespace Swift {
class UIEventStream;
class ChatListWindowFactory {
public:
+ virtual ~ChatListWindowFactory() {}
virtual ChatListWindow* createWindow(UIEventStream* uiEventStream) = 0;
};
}