diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0f2a157..6477e0f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <string> #include "elements.h" #include "generators/latex/document_g.h" -#include "parser/document_p.h" +#include "parsers/mdown2/document_p.h" namespace ka = boost::spirit::karma; namespace po = boost::program_options; @@ -71,7 +71,7 @@ int main(int argc, char** argv) { ifile.close(); - document_p parser; + mdown2::document_p parser; iiterator begin = input.begin(); iiterator end = input.end(); document_t ast; |
