summaryrefslogtreecommitdiff
path: root/cli/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/header.cxx')
-rw-r--r--cli/header.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/header.cxx b/cli/header.cxx
index 8033b7f..9662d3e 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -19,7 +19,7 @@ namespace
string name (ename (o));
string type (o.type ().name ());
- os << type << " const&" << endl
+ os << "const " << type << "&" << endl
<< name << " () const;"
<< endl;
}