mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Fixed compilation errors picked up by travis clang builds
This commit is contained in:
@ -112,7 +112,7 @@ namespace wsrep
|
||||
}
|
||||
|
||||
void cleanup_transaction() WSREP_OVERRIDE { }
|
||||
size_t bytes_generated() const
|
||||
size_t bytes_generated() const WSREP_OVERRIDE
|
||||
{
|
||||
return bytes_generated_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user