summaryrefslogtreecommitdiff
path: root/cli/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/header.cxx')
-rw-r--r--cli/header.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/header.cxx b/cli/header.cxx
index bfef712..26c23b8 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -24,9 +24,15 @@ namespace
<< endl;
if (modifier)
+ {
+ os << type << "&" << endl
+ << name << " ();"
+ << endl;
+
os << "void" << endl
<< name << " (const " << type << "&);"
<< endl;
+ }
if (specifier && type != "bool")
{