summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/DebugSession.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-08-04 12:41:26 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-08-04 12:41:26 (GMT)
commit008cca1a15ac9178c57de77d2f6699d9de3088cb (patch)
treeaf912c58cc32e7b832f2eb40fa86588c11ffa526 /src/uscxml/debug/DebugSession.h
parent045bde78c0587316e0373c7698413412d0f315f9 (diff)
downloaduscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.zip
uscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.tar.gz
uscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.tar.bz2
Debugger bugfixes and improvements
Diffstat (limited to 'src/uscxml/debug/DebugSession.h')
-rw-r--r--src/uscxml/debug/DebugSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/debug/DebugSession.h b/src/uscxml/debug/DebugSession.h
index ab4d79d..ec024f4 100644
--- a/src/uscxml/debug/DebugSession.h
+++ b/src/uscxml/debug/DebugSession.h
@@ -34,7 +34,7 @@ namespace uscxml {
class Debugger;
-class USCXML_API DebugSession : public LoggerImpl ,public std::enable_shared_from_this<DebugSession> {
+class USCXML_API DebugSession : public LoggerImpl, public std::enable_shared_from_this<DebugSession> {
public:
DebugSession() {
_isRunning = false;