summaryrefslogtreecommitdiff
path: root/server/src/macroparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macroparser.h')
-rw-r--r--server/src/macroparser.h2
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);