summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/SCXMLDotWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/debug/SCXMLDotWriter.h')
-rw-r--r--src/uscxml/debug/SCXMLDotWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/debug/SCXMLDotWriter.h b/src/uscxml/debug/SCXMLDotWriter.h
index e6e2215..0666aa5 100644
--- a/src/uscxml/debug/SCXMLDotWriter.h
+++ b/src/uscxml/debug/SCXMLDotWriter.h
@@ -18,10 +18,10 @@ public:
std::string content;
};
- SCXMLDotWriter(Interpreter* interpreter);
+ SCXMLDotWriter(InterpreterImpl* interpreter);
~SCXMLDotWriter();
- static void toDot(const std::string& filename, Interpreter* interpreter);
+ static void toDot(const std::string& filename, InterpreterImpl* interpreter);
void writeSCXMLElement(std::ostream& os, const Arabica::DOM::Element<std::string>& elem);
void writeStateElement(std::ostream& os, const Arabica::DOM::Element<std::string>& elem);
void writeTransitionElement(std::ostream& os, const Arabica::DOM::Element<std::string>& elem);