From 6518405ffe6637319891548e2b5542e87168121f Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 23 Oct 2019 15:00:11 +0200 Subject: Fix invalid generated code for local interface - Close #596 --- cpp/src/slice2matlab/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2matlab/Main.cpp') diff --git a/cpp/src/slice2matlab/Main.cpp b/cpp/src/slice2matlab/Main.cpp index d5db1c23fc9..540317a8a34 100644 --- a/cpp/src/slice2matlab/Main.cpp +++ b/cpp/src/slice2matlab/Main.cpp @@ -2633,7 +2633,7 @@ CodeVisitor::visitClassDefStart(const ClassDefPtr& p) { out << " & "; } - out << " < " << getAbsolute(*q); + out << getAbsolute(*q); } } -- cgit v1.2.3