mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
switches static to reinterpret_cast references #218
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
explicit hybi00(bool secure, bool server, msg_manager_ptr manager)
|
||||
: processor<config>(secure, server)
|
||||
, msg_hdr(0x00)
|
||||
, msg_ftr(static_cast<char>(0xff))
|
||||
, msg_ftr(reinterpret_cast<char>(0xff))
|
||||
, m_state(HEADER)
|
||||
, m_msg_manager(manager) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user