diff options
Diffstat (limited to 'slicer/xml/serializer.cpp')
-rw-r--r-- | slicer/xml/serializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/xml/serializer.cpp b/slicer/xml/serializer.cpp index 9bae723..3a4b5bb 100644 --- a/slicer/xml/serializer.cpp +++ b/slicer/xml/serializer.cpp @@ -123,7 +123,7 @@ namespace Slicer { void get(const Ice::Byte & value) const override { - apply(boost::lexical_cast<Glib::ustring>((int)value)); + apply(boost::lexical_cast<Glib::ustring, int>(value)); } void |