mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fix -Winconsistent-missing-destructor-override warnings
This commit is contained in:
@ -30,7 +30,7 @@ class mock_server_state;
|
||||
{
|
||||
public:
|
||||
mock_storage_service(wsrep::server_state&, wsrep::client_id);
|
||||
~mock_storage_service();
|
||||
~mock_storage_service() WSREP_OVERRIDE;
|
||||
|
||||
int start_transaction(const wsrep::ws_handle&) WSREP_OVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user