diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-09 19:42:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-09 19:51:30 (GMT) |
commit | aa3ed457842d937a562eb05f2058a5845c150dc3 (patch) | |
tree | 8a63c83dc7fcf25410924d7381c4e5da66e4e9a3 /Swift | |
parent | 1d5026df5c9ef2538b83973bb238c692cb5b84d6 (diff) | |
download | swift-aa3ed457842d937a562eb05f2058a5845c150dc3.zip swift-aa3ed457842d937a562eb05f2058a5845c150dc3.tar.bz2 |
Fixed windows compilation warnings.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/EventViewer/EventDelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/EventViewer/EventDelegate.cpp b/Swift/QtUI/EventViewer/EventDelegate.cpp index 8bdeb46..334dbd7 100644 --- a/Swift/QtUI/EventViewer/EventDelegate.cpp +++ b/Swift/QtUI/EventViewer/EventDelegate.cpp @@ -54,7 +54,7 @@ EventType EventDelegate::getEventType(boost::shared_ptr<StanzaEvent> event) cons if (errorEvent) return ErrorEventType; //I don't know what this is. assert(false); - + return MessageEventType; } } |