aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.cpp')
-rw-r--r--src/search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 16706ee..77a563a 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -526,7 +526,7 @@ StateSearch::done(const gchar *str)
expressions.push(search_reg->get_integer());
else if (IS_FAILURE(search_reg->get_integer()) &&
!expressions.find_op(Expressions::OP_LOOP) /* not in loop */)
- interface.msg(Interface::MSG_ERROR, "Search string not found!");
+ interface.msg(InterfaceCurrent::MSG_ERROR, "Search string not found!");
return &States::start;
}