diff options
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r-- | src/translator_jp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h index 05f29e7..38c8670 100644 --- a/src/translator_jp.h +++ b/src/translator_jp.h @@ -511,7 +511,8 @@ class TranslatorJapanese : 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=""; switch(compType) |