summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-01-28 09:14:17 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-01-28 09:14:17 (GMT)
commitaaec51ce3330a96f7a4f0f2ab0ca75f055223c67 (patch)
tree76590036778032937c5ccdfcc10cbdd8daacc54d /src/uscxml
parent1ee1b5277f7096688c286b63270f8be200fc03ef (diff)
downloaduscxml-aaec51ce3330a96f7a4f0f2ab0ca75f055223c67.zip
uscxml-aaec51ce3330a96f7a4f0f2ab0ca75f055223c67.tar.gz
uscxml-aaec51ce3330a96f7a4f0f2ab0ca75f055223c67.tar.bz2
Builds with MSVC again
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/util/DOM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/util/DOM.h b/src/uscxml/util/DOM.h
index 48ad321..7cacd94 100644
--- a/src/uscxml/util/DOM.h
+++ b/src/uscxml/util/DOM.h
@@ -80,7 +80,7 @@ public:
static std::list<XERCESC_NS::DOMNode*> filterChildType(const XERCESC_NS::DOMNode::NodeType type,
const std::list<XERCESC_NS::DOMNode*>& nodeSet,
bool recurse = false);
-protected:
+
enum Order {
POSTFIX,
DOCUMENT,