diff options
Diffstat (limited to 'slicer/xml/xmlExceptions.ice')
-rw-r--r-- | slicer/xml/xmlExceptions.ice | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slicer/xml/xmlExceptions.ice b/slicer/xml/xmlExceptions.ice index e03fbe7..94dee30 100644 --- a/slicer/xml/xmlExceptions.ice +++ b/slicer/xml/xmlExceptions.ice @@ -4,6 +4,7 @@ #include <common.ice> module Slicer { + ["cpp:ice_print"] exception BadBooleanValue extends DeserializerError { string text; }; |