summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fortranscanner.h')
-rw-r--r--src/fortranscanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.h b/src/fortranscanner.h
index 7038882..7a13f47 100644
--- a/src/fortranscanner.h
+++ b/src/fortranscanner.h
@@ -32,7 +32,7 @@ class FortranOutlineParser : 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;