aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/transformations
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 11:11:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 11:11:51 +0200
commit8b5538ed49925aaf9fa22e961bd632bed8458184 (patch)
tree3b7be22e7a09c92d9996265e5f0de2cf37294727 /xsd-frontend/transformations
parente02660308f271b843226618485e56cf3f3aa22f2 (diff)
Rename annotated() to annotated_p(), add claer_*() to Arguments
Diffstat (limited to 'xsd-frontend/transformations')
-rw-r--r--xsd-frontend/transformations/restriction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/transformations/restriction.cxx b/xsd-frontend/transformations/restriction.cxx
index 2fc3c7a..a7f224b 100644
--- a/xsd-frontend/transformations/restriction.cxx
+++ b/xsd-frontend/transformations/restriction.cxx
@@ -356,7 +356,7 @@ namespace XSDFrontend
// Transfer annotation.
//
- if (prot->annotated ())
+ if (prot->annotated_p ())
schema_.new_edge<Annotates> (prot->annotation (), *a);
}