summaryrefslogtreecommitdiffstats
path: root/src/filedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-02 18:49:52 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-12-02 18:49:52 (GMT)
commit4372054e0b7af9c0cd1c1390859d8fef3581d8bb (patch)
tree32b033cf86b2de8a5f015fc0bd9f0d168fd66982 /src/filedef.h
parent63d7b19df11eb55a30e4af8fa492ee464ff353f5 (diff)
downloadDoxygen-4372054e0b7af9c0cd1c1390859d8fef3581d8bb.zip
Doxygen-4372054e0b7af9c0cd1c1390859d8fef3581d8bb.tar.gz
Doxygen-4372054e0b7af9c0cd1c1390859d8fef3581d8bb.tar.bz2
Improve handling of inline namespace members in LateX/RTF output
Diffstat (limited to 'src/filedef.h')
-rw-r--r--src/filedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.h b/src/filedef.h
index ac3d729..055078f 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -79,7 +79,7 @@ class FileDef : public DefinitionMutable, public Definition
virtual DefType definitionType() const = 0;
/*! Returns the unique file name (this may include part of the path). */
- virtual const QCString &name() const = 0;
+ virtual QCString name() const = 0;
virtual QCString displayName(bool=TRUE) const = 0;
virtual QCString fileName() const = 0;