summaryrefslogtreecommitdiff
path: root/slicer/xml/serializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/xml/serializer.h')
-rw-r--r--slicer/xml/serializer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/slicer/xml/serializer.h b/slicer/xml/serializer.h
index 4e37eed..5b738ca 100644
--- a/slicer/xml/serializer.h
+++ b/slicer/xml/serializer.h
@@ -9,6 +9,9 @@ namespace Slicer {
protected:
static void ModelTreeIterate(xmlpp::Element *, const std::string &, ModelPartPtr mp, HookCommonPtr hp);
static void ModelTreeIterateRoot(xmlpp::Document *, const std::string &, ModelPartPtr mp);
+
+ private:
+ static void ModelTreeProcessElement(xmlpp::Element * n, ModelPartPtr mp);
};
class XmlFileSerializer : public XmlSerializer {