build: linux package private beta

update linux package for private beta
This commit is contained in:
Andreas Stallinger
2015-10-20 17:12:05 +02:00
parent 52494ba402
commit 5af8800eed
5 changed files with 28 additions and 4 deletions
@@ -8,8 +8,8 @@
#include "data/access/StorageAccess.h"
UndoRedoController::UndoRedoController(StorageAccess* storageAccess)
: m_storageAccess(storageAccess)
, m_activationTranslator(storageAccess)
: m_activationTranslator(storageAccess)
, m_storageAccess(storageAccess)
, m_lastCommand(nullptr, 0)
{
}