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:
@ -35,7 +35,7 @@ namespace wsrep
|
||||
wsrep_provider_v26(wsrep::server_state&, const std::string&,
|
||||
const std::string&,
|
||||
const wsrep::provider::services& services);
|
||||
~wsrep_provider_v26();
|
||||
~wsrep_provider_v26() WSREP_OVERRIDE;
|
||||
enum wsrep::provider::status
|
||||
connect(const std::string&, const std::string&, const std::string&,
|
||||
bool) WSREP_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user