summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r--src/pyscanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h
index 73e1679..6cfadf6 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -38,7 +38,7 @@ class PythonOutlineParser : public OutlineParserInterface
void finishTranslationUnit() {}
void parseInput(const char * fileName,
const char *fileBuf,
- const std::unique_ptr<Entry> &root,
+ const std::shared_ptr<Entry> &root,
bool sameTranslationUnit,
QStrList &filesInSameTranslationUnit);
bool needsPreprocessing(const QCString &extension) const;