diff --git a/include/JournallingObject.h b/include/JournallingObject.h index 441d27220..5b266daad 100644 --- a/include/JournallingObject.h +++ b/include/JournallingObject.h @@ -50,7 +50,8 @@ public: void restoreJournallingState() { - if( !isJournallingStackEmpty()) { + if( !isJournallingStackEmpty()) + { m_journalling = m_journallingStateStack.pop(); } }