mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
Make class members journal const
This commit is contained in:
committed by
Nik Bougalis
parent
06c371544a
commit
5c1dd87fab
@@ -44,7 +44,7 @@ Cleans up the ledger. Specifically, resolves these issues:
|
||||
class LedgerCleanerImp : public LedgerCleaner
|
||||
{
|
||||
Application& app_;
|
||||
beast::Journal j_;
|
||||
beast::Journal const j_;
|
||||
mutable std::mutex mutex_;
|
||||
|
||||
mutable std::condition_variable wakeup_;
|
||||
|
||||
Reference in New Issue
Block a user