summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-06-09 18:37:20 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-06-09 18:37:20 (GMT)
commitb3b77f1d4a85a9a933b1a913a90b57a0e2db42a3 (patch)
tree687cbc55d73155be38adcd00b275f10bc6e5c947 /Swift/Controllers/UIInterfaces
parentd94f950b51dbf4822ebebeb4e27d12002dc1b09e (diff)
downloadswift-b3b77f1d4a85a9a933b1a913a90b57a0e2db42a3.zip
swift-b3b77f1d4a85a9a933b1a913a90b57a0e2db42a3.tar.bz2
Fixed compilation warnings.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-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;
};
}