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