diff options
author | deva <deva> | 2009-07-22 15:00:29 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-22 15:00:29 +0000 |
commit | 7e349e2789a633a6014baea63aeb7932e024c917 (patch) | |
tree | 0b7b20adf693e3991f4410368255fd05aa8aab0d /server/src/macroparser.h | |
parent | 8109ada79a24f03e00ebc199ebfdb58e70b054d9 (diff) |
Changed the way the macros are looked up in the filesystem (now they are parsed and indexed using version numbers). Updated all unit tests, to compile and run again.
Diffstat (limited to 'server/src/macroparser.h')
-rw-r--r-- | server/src/macroparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroparser.h b/server/src/macroparser.h index 3867ca1..9d90ff1 100644 --- a/server/src/macroparser.h +++ b/server/src/macroparser.h @@ -45,7 +45,7 @@ class MacroParser : public SAXParser { } ParserState; public: - MacroParser(std::string macro, bool abspath = false); + MacroParser(std::string macrofile); ~MacroParser(); void characterData(std::string &data); |