mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-18 14:02:16 +03:00
Fixed compilation on Ubuntu 18.04 / GCC 7.3.0
This commit is contained in:
@ -104,7 +104,7 @@ namespace wsrep
|
||||
WSREP_OVERRIDE
|
||||
{
|
||||
mock_high_priority_service* mhps(
|
||||
dynamic_cast<mock_high_priority_service*>(high_priority_service));
|
||||
reinterpret_cast<mock_high_priority_service*>(high_priority_service));
|
||||
wsrep::client_state* cs(mhps->client_state());
|
||||
cs->after_command_before_result();
|
||||
cs->after_command_after_result();
|
||||
|
Reference in New Issue
Block a user