diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-25 15:06:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-25 15:06:41 (GMT) |
commit | 7d9031583b2a1cc2374a54f5004ed2dd4a61e649 (patch) | |
tree | 85b63c5acfeaa5def630341302a12b466fbc3a42 /src/translator_jp.h | |
parent | 2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8 (diff) | |
download | Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.zip Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.tar.gz Doxygen-7d9031583b2a1cc2374a54f5004ed2dd4a61e649.tar.bz2 |
Release-1.1.4-20000625
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) |