diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index 6ddce6c..88d0479 100644 --- a/src/definition.h +++ b/src/definition.h @@ -58,7 +58,7 @@ class Definition /*! Returns the base name of the output file that contains this * definition. */ - QCString qualifiedName() const; + virtual QCString qualifiedName() const; QCString localName() const; virtual QCString getOutputFileBase() const = 0; /*! Returns the name of the source listing of this file. */ |