From a7ec19749a76cc262240124f5c71c1ee4051cba7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2011 14:19:56 +0200 Subject: Rename comp_value() predicate to composite() --- odb/inline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/inline.cxx') 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 -- cgit v1.1