diff options
Diffstat (limited to 'src/translator_es.h')
-rw-r--r-- | src/translator_es.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/translator_es.h b/src/translator_es.h index 99b3327..a60a5ab 100644 --- a/src/translator_es.h +++ b/src/translator_es.h @@ -524,7 +524,8 @@ class TranslatorSpanish : public Translator /*! used as the title of the HTML page of a class/struct/union */ virtual QCString trCompoundReference(const char *clName, - ClassDef::CompoundType compType) + ClassDef::CompoundType compType, + bool /*isTemplate*/) { QCString result=(QCString)clName+" "; switch(compType) |