summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-23 16:05:31 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-23 20:01:27 (GMT)
commit8a104f454bbb806947caffdd5b46294b8ebd60df (patch)
tree3e35a057eacb0c2e14ee12a718cba68f6b43eca0 /Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h
parent1fe7e5991c8d1601874f47d9d7038eafb568f6f2 (diff)
downloadswift-contrib-8a104f454bbb806947caffdd5b46294b8ebd60df.zip
swift-contrib-8a104f454bbb806947caffdd5b46294b8ebd60df.tar.bz2
fixes after code review
Diffstat (limited to 'Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h')
-rw-r--r--Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h b/Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h
index 22ad2d8..884adfd 100644
--- a/Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h
+++ b/Swift/Controllers/UIEvents/RequestViewHistoryUIEvent.h
@@ -13,7 +13,7 @@ namespace Swift {
class RequestViewHistoryUIEvent : public UIEvent {
public:
typedef boost::shared_ptr <RequestViewHistoryUIEvent> ref;
- RequestViewHistoryUIEvent(const JID& jid = NULL) : jid(jid) {
+ RequestViewHistoryUIEvent(const JID& jid = "") : jid(jid) {
}
const JID& getJID() const {