diff --git a/include/wsrep/view.hpp b/include/wsrep/view.hpp index 5bf2b96..9918cbe 100644 --- a/include/wsrep/view.hpp +++ b/include/wsrep/view.hpp @@ -119,7 +119,7 @@ namespace wsrep */ bool is_final() const { - return (status_ != status::primary && members_.empty() && own_index_ == -1); + return (status_ != primary && members_.empty() && own_index_ == -1); } /**