summaryrefslogtreecommitdiff
path: root/cpp/src/slice2matlab/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2matlab/Main.cpp')
-rw-r--r--cpp/src/slice2matlab/Main.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}