summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/ExecutableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/ExecutableContent.h')
-rw-r--r--src/uscxml/plugins/ExecutableContent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/ExecutableContent.h b/src/uscxml/plugins/ExecutableContent.h
index 14c1d5d..5fb2ac6 100644
--- a/src/uscxml/plugins/ExecutableContent.h
+++ b/src/uscxml/plugins/ExecutableContent.h
@@ -29,7 +29,7 @@
// forward declare
namespace XERCESC_NS {
- class DOMElement;
+class DOMElement;
}
namespace uscxml {
@@ -50,7 +50,7 @@ public:
void enterElement(XERCESC_NS::DOMElement* node);
void exitElement(XERCESC_NS::DOMElement* node);
bool processChildren();
-
+
protected:
std::shared_ptr<ExecutableContentImpl> _impl;