aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/parser/parser-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/parser/parser-source.cxx')
-rw-r--r--xsde/cxx/parser/parser-source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsde/cxx/parser/parser-source.cxx b/xsde/cxx/parser/parser-source.cxx
index e7a4fe3..868998f 100644
--- a/xsde/cxx/parser/parser-source.cxx
+++ b/xsde/cxx/parser/parser-source.cxx
@@ -1631,7 +1631,7 @@ namespace CXX
// Emit "weak" header includes that are used in the file-per-type
// compilation model.
//
- if (ctx.options.value<CLI::generate_inline> ())
+ if (ctx.options.generate_inline ())
{
Traversal::Schema schema;
Includes includes (ctx, Includes::source);