summaryrefslogtreecommitdiffstats
path: root/src/sqlscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlscanner.h')
-rw-r--r--src/sqlscanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlscanner.h b/src/sqlscanner.h
index 3ca6fe3..b981b5b 100644
--- a/src/sqlscanner.h
+++ b/src/sqlscanner.h
@@ -28,7 +28,7 @@ public:
virtual ~SQLScanner() {}
void startTranslationUnit(const char *) {}
void finishTranslationUnit() {}
- void parseInput(const char *, const char *, Entry *, bool , QStrList &) {}
+ void parseInput(const char *, const char *, const std::unique_ptr<Entry> &, bool , QStrList &) {}
bool needsPreprocessing(const QCString &) { return FALSE; }
void parseCode(CodeOutputInterface &codeOutIntf,