diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 10:06:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 10:06:07 +0100 |
commit | 7c52358e3fc9798715895a57e6eee3274a2b84f3 (patch) | |
tree | e6adcd276e45dc3e396000a8ee987d43cd51a566 /common/entitybuffer.cpp | |
parent | 80531ad4cd7fc957c090124128a7ffc55650071c (diff) | |
download | sink-7c52358e3fc9798715895a57e6eee3274a2b84f3.tar.gz sink-7c52358e3fc9798715895a57e6eee3274a2b84f3.zip |
Fixed warnings
Diffstat (limited to 'common/entitybuffer.cpp')
-rw-r--r-- | common/entitybuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/entitybuffer.cpp b/common/entitybuffer.cpp index 0e5435a..344bccc 100644 --- a/common/entitybuffer.cpp +++ b/common/entitybuffer.cpp | |||
@@ -25,6 +25,7 @@ bool EntityBuffer::isValid() const | |||
25 | 25 | ||
26 | const Sink::Entity &EntityBuffer::entity() | 26 | const Sink::Entity &EntityBuffer::entity() |
27 | { | 27 | { |
28 | Q_ASSERT(mEntity); | ||
28 | return *mEntity; | 29 | return *mEntity; |
29 | } | 30 | } |
30 | 31 | ||