diff --git a/LocalTransaction.h b/LocalTransaction.h index bcd36d7911..ce16c0fe7f 100644 --- a/LocalTransaction.h +++ b/LocalTransaction.h @@ -36,6 +36,7 @@ public: uint32 getTag() const { return mTag; } const std::string& getComment() const { return mComment; } Transaction::pointer getTransaction() { return mTransaction; } + void applyTransaction(); bool makeTransaction(); };