summaryrefslogtreecommitdiff
path: root/cli/cli/inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/inline.cxx')
-rw-r--r--cli/cli/inline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/cli/inline.cxx b/cli/cli/inline.cxx
index 05b83db..35b8caf 100644
--- a/cli/cli/inline.cxx
+++ b/cli/cli/inline.cxx
@@ -34,7 +34,7 @@ namespace
<< "}";
os << inl << "void " << scope << "::" << endl
- << name << "(const " << type << "& x)"
+ << name << " (const " << type << "& x)"
<< "{"
<< "this->" << emember (o) << " = x;"
<< "}";
@@ -52,7 +52,7 @@ namespace
if (gen_modifier)
os << inl << "void " << scope << "::" << endl
- << spec << "(bool x)"
+ << spec << " (bool x)"
<< "{"
<< "this->" << especifier_member (o) << " = x;"
<< "}";