diff options
Diffstat (limited to 'src/cli')
-rw-r--r-- | src/cli/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp index 2658851..cbe7578 100644 --- a/src/cli/Main.cpp +++ b/src/cli/Main.cpp @@ -236,7 +236,7 @@ int main(int argc, char **argv) } // now all preparation is done and we can parse the input document. - Rooted<Node> docNode = context.import(inputPath, "text/vnd.ousia.oxd", "", + Rooted<Node> docNode = context.import(inputPath, "", "", {&RttiTypes::Document}); if (logger.hasError() || docNode == nullptr) { logger.fatalError("Errors occured while parsing the document"); |