aboutsummaryrefslogtreecommitdiff
path: root/events/roommessageevent.cpp
diff options
context:
space:
mode:
authorKitsuneRal <KitsuneRal@users.noreply.github.com>2016-06-01 20:58:25 +0900
committerKitsuneRal <KitsuneRal@users.noreply.github.com>2016-06-01 20:58:25 +0900
commit43ecbf3135687b2e5a5a604a902f992139cce428 (patch)
treed717d85e8b5d340050c317418e26addf1766a826 /events/roommessageevent.cpp
parentd5df4568d34487aea519ae97dd1666927dcfb62b (diff)
parent46050cd59a7af8cc7d616fab1a80db95dc8b5b35 (diff)
downloadlibquotient-43ecbf3135687b2e5a5a604a902f992139cce428.tar.gz
libquotient-43ecbf3135687b2e5a5a604a902f992139cce428.zip
Merge pull request #9 from Fxrh/code-tweaks
Code tweaks
Diffstat (limited to 'events/roommessageevent.cpp')
-rw-r--r--events/roommessageevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/roommessageevent.cpp b/events/roommessageevent.cpp
index 99d17e5c..b7459054 100644
--- a/events/roommessageevent.cpp
+++ b/events/roommessageevent.cpp
@@ -39,7 +39,7 @@ RoomMessageEvent::RoomMessageEvent()
: Event(EventType::RoomMessage)
, d(new Private)
{
- d->content = 0;
+ d->content = nullptr;
}
RoomMessageEvent::~RoomMessageEvent()