summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-01 15:53:14 (GMT)
committerGitHub <noreply@github.com>2019-11-01 15:53:14 (GMT)
commit33a02462fcadbf2e94381b88aff2d13d904d8529 (patch)
treea5ea5ecf6a82b16a366a6c881ce6d1a6067fd04f /src/pyscanner.h
parent23d8bd36a5b8eb1f4d913b50db31a567a63ad994 (diff)
parent0f01005b90986347e57a78c58585aea959da72a1 (diff)
downloadDoxygen-33a02462fcadbf2e94381b88aff2d13d904d8529.zip
Doxygen-33a02462fcadbf2e94381b88aff2d13d904d8529.tar.gz
Doxygen-33a02462fcadbf2e94381b88aff2d13d904d8529.tar.bz2
Merge branch 'master' into feature/bug_param_missing_warn
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 01235ee..13b10b9 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -39,7 +39,7 @@ class PythonLanguageScanner : public ParserInterface
void finishTranslationUnit() {}
void parseInput(const char * fileName,
const char *fileBuf,
- Entry *root,
+ const std::unique_ptr<Entry> &root,
bool sameTranslationUnit,
QStrList &filesInSameTranslationUnit);
bool needsPreprocessing(const QCString &extension);