]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Parser.h
added error message for unreadable files in Parser
[l2e.git] / src / loader / Parser.h
index b4f1b8d270b17ff93a02e2388bec310d0609743c..9e4cbf4551de5bd5e71ffe133e9afdcc5a0c4498 100644 (file)
@@ -26,8 +26,7 @@ class PropertyList;
 class Parser {
 
 public:
-       Parser(const char *file, ParsedSource &product)
-       : file(file), in(file), tok(in), product(product) { }
+       Parser(const char *file, ParsedSource &product);
        ~Parser() { }
 private:
        Parser(const Parser &);