summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Factory.h')
-rw-r--r--src/uscxml/Factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Factory.h b/src/uscxml/Factory.h
index b3bfded..7b08982 100644
--- a/src/uscxml/Factory.h
+++ b/src/uscxml/Factory.h
@@ -277,7 +277,7 @@ public:
const std::string& content) = 0;
virtual void init(const std::string& location, const Data& data) = 0;
-protected:
+ // we need it public for various static functions
InterpreterImpl* _interpreter;
};