diff --git a/searchmatch.cpp b/searchmatch.cpp index a8170132a..1fa48ae05 100644 --- a/searchmatch.cpp +++ b/searchmatch.cpp @@ -134,7 +134,7 @@ void SearchMatch::setEnabled( bool enabled ) bool SearchMatch::isEnabled() const { - return d->enabled; + return d->enabled; } bool SearchMatch::operator<(const SearchMatch& other) const