summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-03 20:42:30 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-03 20:42:30 (GMT)
commit4e3d3d466b1a98cb40e05e54067faf7050256ed5 (patch)
tree3213304f245db57ee5b181bf8c807e58d459e98d /src/uscxml/interpreter
parentd3c26451c60e6f70a65f030f94d16105c0cb4f3a (diff)
downloaduscxml-4e3d3d466b1a98cb40e05e54067faf7050256ed5.zip
uscxml-4e3d3d466b1a98cb40e05e54067faf7050256ed5.tar.gz
uscxml-4e3d3d466b1a98cb40e05e54067faf7050256ed5.tar.bz2
Fixed issue 117
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/Logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/Logging.h b/src/uscxml/interpreter/Logging.h
index 348e9dc..67ec4d4 100644
--- a/src/uscxml/interpreter/Logging.h
+++ b/src/uscxml/interpreter/Logging.h
@@ -50,7 +50,7 @@ class LoggerImpl;
void log(LogSeverity severity, const Event& event);
void log(LogSeverity severity, const Data& data);
-class StreamLogger {
+class USCXML_API StreamLogger {
public:
std::ostream& operator<<(const std::string& message);
~StreamLogger();