X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Flisp%2Fparser.cpp;fp=src%2Flisp%2Fparser.cpp;h=701091baf66da75d39b489bb76694056d3758673;hb=dae274f7bc4ae7914207586dd7e7b1cfc5f3a98f;hp=f9759dcb59a018e87d8b77080315f780872c984a;hpb=5c8bc800edb8be4dffc9e3a2a1f023a792362bdf;p=supertux.git diff --git a/src/lisp/parser.cpp b/src/lisp/parser.cpp index f9759dcb5..701091baf 100644 --- a/src/lisp/parser.cpp +++ b/src/lisp/parser.cpp @@ -36,8 +36,8 @@ Parser::Parser(bool translate) : dictionary_manager(0), dictionary(0), token(), - obst(), - searchpath() + searchpath(), + obst() { if(translate) { dictionary_manager = new tinygettext::DictionaryManager();