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 d5ab674..e2aebd4 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -231,7 +231,7 @@ namespace
// fill ()
//
if (options.generate_description ())
- os << "friend struct _cli_" + name + "_desc_init;"
+ os << "friend struct _cli_" + name + "_desc_type;"
<< endl
<< "static void" << endl
<< "fill (" << cli << "::options&);"