summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIInterfaces/ChatListWindow.cpp')
-rw-r--r--Swift/Controllers/UIInterfaces/ChatListWindow.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatListWindow.cpp b/Swift/Controllers/UIInterfaces/ChatListWindow.cpp
new file mode 100644
index 0000000..9d6c0a5
--- /dev/null
+++ b/Swift/Controllers/UIInterfaces/ChatListWindow.cpp
@@ -0,0 +1,8 @@
+#include "Swift/Controllers/UIInterfaces/ChatListWindow.h"
+
+namespace Swift {
+
+ChatListWindow::~ChatListWindow() {
+}
+
+}