From 51922e07def0ffbfc9ef411ccdcf373f61bc51b3 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 22:21:50 +0100 Subject: Fixed compilation of main application --- src/cli/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cli') diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp index 2786025..8d7893a 100644 --- a/src/cli/Main.cpp +++ b/src/cli/Main.cpp @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include const size_t ERROR_IN_COMMAND_LINE = 1; @@ -209,7 +209,7 @@ int main(int argc, char **argv) // fill registry registry.registerDefaultExtensions(); - XmlParser xmlParser; + OsxmlParser xmlParser; registry.registerParser( {"text/vnd.ousia.oxm", "text/vnd.ousia.oxd"}, {&RttiTypes::Document, &RttiTypes::Domain, &RttiTypes::Typesystem}, @@ -246,4 +246,4 @@ int main(int argc, char **argv) } return SUCCESS; -} \ No newline at end of file +} -- cgit v1.2.3