Skip to content

Commit

Permalink
Changed a type to work with a modern ANTLR.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1299 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
leist committed Oct 3, 2004
1 parent b79fe9e commit 382b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/test.cpp
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char **argv) {
parser.setASTFactory(&ast_factory);

parser.stored_definition();
antlr::RefAST ast = parser.getAST();
RefMyAST ast = RefMyAST(parser.getAST());
parse_tree_dumper dumper(cout);
dumper.dump(ast);
}

0 comments on commit 382b3e8

Please sign in to comment.