mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make class members journal const
This commit is contained in:
committed by
Nik Bougalis
parent
06c371544a
commit
5c1dd87fab
@@ -87,7 +87,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
beast::Journal j_;
|
||||
beast::Journal const j_;
|
||||
std::mutex mutable mutex_;
|
||||
std::thread thread_;
|
||||
boost::asio::io_service io_service_;
|
||||
|
||||
Reference in New Issue
Block a user