diff options
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 | ||