diff options
Diffstat (limited to 'cpp/src/slice2xsd/Gen.cpp')
-rw-r--r-- | cpp/src/slice2xsd/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2xsd/Gen.cpp b/cpp/src/slice2xsd/Gen.cpp index ae4f9ef8576..f04b39c2c62 100644 --- a/cpp/src/slice2xsd/Gen.cpp +++ b/cpp/src/slice2xsd/Gen.cpp @@ -338,7 +338,7 @@ Slice::Gen::visitEnum(const EnumPtr& p) } void -Slice::Gen::visitConstDef(const ConstDefPtr& p) +Slice::Gen::visitConst(const ConstPtr& p) { // TODO: deal with constant definitions here } |