aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/complex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/complex.cxx')
-rw-r--r--xsd-frontend/semantic-graph/complex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/complex.cxx b/xsd-frontend/semantic-graph/complex.cxx
index f17f12c..3793c07 100644
--- a/xsd-frontend/semantic-graph/complex.cxx
+++ b/xsd-frontend/semantic-graph/complex.cxx
@@ -18,7 +18,7 @@ namespace XSDFrontend
}
Complex::
- Complex (Path const& file, UnsignedLong line, UnsignedLong column)
+ Complex (Path const& file, unsigned long line, unsigned long column)
: Node (file, line, column),
mixed_ (false), contains_compositor_ (0)
{