mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
fix syntax error
This commit is contained in:
parent
95f805c28f
commit
0c641068a4
@ -50,7 +50,7 @@ public:
|
||||
static HASH calculateHash(const std::string& proto_message_base64);
|
||||
inline HASH getHash() { mHashMutex.lock(); HASH hs = mHash; mHashMutex.unlock(); return hs; }
|
||||
|
||||
std::string ProcessingTransaction::getBodyBytes();
|
||||
std::string getBodyBytes();
|
||||
|
||||
protected:
|
||||
TransactionType mType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user