aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/inline.cxx')
-rw-r--r--odb/inline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/inline.cxx b/odb/inline.cxx
index 17a14dd..612219f 100644
--- a/odb/inline.cxx
+++ b/odb/inline.cxx
@@ -54,7 +54,7 @@ namespace
if (c.file () != unit.file ())
return;
- if (!comp_value (c))
+ if (!composite (c))
return;
os << "// " << c.name () << endl