Add version to log.
This commit is contained in:
parent
d647a587a1
commit
d57ea671d7
4 changed files with 38 additions and 52 deletions
|
@ -146,6 +146,7 @@ private:
|
|||
sqlite3_stmt *_sSetConfig;
|
||||
sqlite3_stmt *_sPutLog;
|
||||
sqlite3_stmt *_sGetMemberLog;
|
||||
sqlite3_stmt *_sGetRecentMemberLog;
|
||||
|
||||
Mutex _lock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue