summaryrefslogtreecommitdiff
path: root/cli/inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/inline.cxx')
-rw-r--r--cli/inline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/inline.cxx b/cli/inline.cxx
index 86c0ddb..23a87ff 100644
--- a/cli/inline.cxx
+++ b/cli/inline.cxx
@@ -20,7 +20,7 @@ namespace
string type (o.type ().name ());
string scope (escape (o.scope ().name ()));
- os << inl << type << " const& " << scope << "::" << endl
+ os << inl << "const " << type << "& " << scope << "::" << endl
<< name << " () const"
<< "{"
<< "return " << emember (o) << ";"