summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
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 2d167dc..8ad15b2 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -111,7 +111,7 @@ class Definition : public DefinitionIntf
virtual bool isAlias() const = 0;
/*! Returns the name of the definition */
- virtual QCString name() const = 0;
+ virtual const QCString &name() const = 0;
/*! Returns TRUE iff this definition has an artificially generated name
* (typically starting with a @) that is used for nameless definitions