summaryrefslogtreecommitdiffstats
path: root/src/fileparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileparser.h')
-rw-r--r--src/fileparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileparser.h b/src/fileparser.h
index 4b311e6..3132f92 100644
--- a/src/fileparser.h
+++ b/src/fileparser.h
@@ -25,8 +25,8 @@ class FileParser : public ParserInterface
virtual ~FileParser() {}
void startTranslationUnit(const char *) {}
void finishTranslationUnit() {}
- void parseInput(const char *, const char *,Entry *, bool, QStrList &) {}
- bool needsPreprocessing(const QCString &) { return FALSE; }
+ void parseInput(const char *, const char *,const std::unique_ptr<Entry> &, bool, QStrList &) {}
+ bool needsPreprocessing(const QCString &) const { return FALSE; }
void parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
const QCString &input,