aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/aggregate-include.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/aggregate-include.hxx')
-rw-r--r--xsde/cxx/hybrid/aggregate-include.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsde/cxx/hybrid/aggregate-include.hxx b/xsde/cxx/hybrid/aggregate-include.hxx
index 87de6c0..cffbd9c 100644
--- a/xsde/cxx/hybrid/aggregate-include.hxx
+++ b/xsde/cxx/hybrid/aggregate-include.hxx
@@ -134,7 +134,7 @@ namespace CXX
//
for (;;)
{
- if (!s->used ())
+ if (!s->used_p ())
break;
SemanticGraph::Uses& u (*s->used_begin ());