summaryrefslogtreecommitdiffstats
path: root/apps/uscxml-transform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/uscxml-transform.cpp')
-rw-r--r--apps/uscxml-transform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/uscxml-transform.cpp b/apps/uscxml-transform.cpp
index 62e9278..3d68242 100644
--- a/apps/uscxml-transform.cpp
+++ b/apps/uscxml-transform.cpp
@@ -178,7 +178,7 @@ int main(int argc, char** argv) {
tmp.toAbsoluteCwd();
interpreter = Interpreter::fromXML(ss.str(), tmp);
} else {
- interpreter = Interpreter::fromURI(inputFile);
+ interpreter = Interpreter::fromURL(inputFile);
}
if (!interpreter) {
LOG(ERROR) << "Cannot create interpreter from " << inputFile;