aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/enumeration.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-09 17:23:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-09 17:23:47 +0200
commit90801c5afeb37e4297076bdd5354ba41a7009a3f (patch)
tree98960b76e80c46814f38d345c63d9fb6edcc5f22 /xsd-frontend/semantic-graph/enumeration.cxx
parentcf2783f792ee634ffbbb36311c9f69956b1d107e (diff)
Use standard types instead of ones from libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/enumeration.cxx')
-rw-r--r--xsd-frontend/semantic-graph/enumeration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/semantic-graph/enumeration.cxx b/xsd-frontend/semantic-graph/enumeration.cxx
index adb9704..5be646f 100644
--- a/xsd-frontend/semantic-graph/enumeration.cxx
+++ b/xsd-frontend/semantic-graph/enumeration.cxx
@@ -14,7 +14,7 @@ namespace XSDFrontend
// Enumeration
//
Enumeration::
- Enumeration (Path const& file, UnsignedLong line, UnsignedLong column)
+ Enumeration (Path const& file, unsigned long line, unsigned long column)
: Node (file, line, column)
{
}
@@ -22,7 +22,7 @@ namespace XSDFrontend
// Enumerator
//
Enumerator::
- Enumerator (Path const& file, UnsignedLong line, UnsignedLong column)
+ Enumerator (Path const& file, unsigned long line, unsigned long column)
: Node (file, line, column)
{
}