summaryrefslogtreecommitdiffstats
path: root/src/definition.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/definition.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/definition.h')
-rw-r--r--src/definition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h
index 50a481d..204e6f6 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -108,7 +108,7 @@ class Definition
virtual bool isAlias() const = 0;
/*! Returns the name of the definition */
- virtual const QCString &name() const = 0;
+ virtual QCString name() const = 0;
/*! Returns TRUE iff this definition has an artificially generated name
* (typically starting with a @) that is used for nameless definitions