From 178f70d3be8791885e38f8383e5920b271f067e1 Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Sat, 7 Jul 2018 18:08:30 +0300 Subject: [PATCH] Fixed compilation error. --- test/mock_high_priority_service.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mock_high_priority_service.hpp b/test/mock_high_priority_service.hpp index c228c70..2d3b760 100644 --- a/test/mock_high_priority_service.hpp +++ b/test/mock_high_priority_service.hpp @@ -34,7 +34,7 @@ namespace wsrep void adopt_transaction(const wsrep::transaction&) WSREP_OVERRIDE; int apply_write_set(const wsrep::const_buffer&) WSREP_OVERRIDE; int append_fragment(const wsrep::ws_meta&, - const wsrep::const_buffer& data) WSREP_OVERRIDE + const wsrep::const_buffer&) WSREP_OVERRIDE { return 0; } int commit() WSREP_OVERRIDE; int rollback() WSREP_OVERRIDE;