summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index 37b0614..402666f 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -177,7 +177,7 @@ public:
const std::string asLocalFile(const std::string& suffix, bool reload = false) {
return _impl->asLocalFile(suffix, reload);
}
-
+
static URL asBaseURL(const URL& url);
static void toBaseURL(URL& uri);