aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 61d43cc..a510ab5 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1277,7 +1277,8 @@ StateStart::custom(gchar chr)
*/
case '=':
BEGIN_EXEC(this);
- interface.msg(Interface::MSG_USER, "%" TECO_INTEGER_FORMAT,
+ interface.msg(InterfaceCurrent::MSG_USER,
+ "%" TECO_INTEGER_FORMAT,
expressions.pop_num_calc());
break;