summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/util/URL.h')
-rw-r--r--src/uscxml/util/URL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/util/URL.h b/src/uscxml/util/URL.h
index dba8e3d..8127892 100644
--- a/src/uscxml/util/URL.h
+++ b/src/uscxml/util/URL.h
@@ -191,7 +191,7 @@ protected:
class USCXML_API URL {
public:
PIMPL_OPERATORS(URL);
-
+
URL(const std::string url) : _impl(new URLImpl(url)) {}
bool isAbsolute() {