summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2018-11-09 15:59:03 (GMT)
committerJoe George <joe@zeroc.com>2018-11-09 16:01:09 (GMT)
commit4663bed1653e1009bf06a6e21907e93ad74f281f (patch)
tree6cbd0a12a39c322e130175005a17f8b69c3f7049 /src/translator_pt.h
parente2bbd54c5eb915c6dfecef1895b336d4b16c9df3 (diff)
downloadDoxygen-4663bed1653e1009bf06a6e21907e93ad74f281f.zip
Doxygen-4663bed1653e1009bf06a6e21907e93ad74f281f.tar.gz
Doxygen-4663bed1653e1009bf06a6e21907e93ad74f281f.tar.bz2
Ensure all language files are reset
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 037cd9c..23faf7f 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -2137,6 +2137,8 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_15
}
virtual QCString trCustomReference(const char *name)
{ return "ReferĂȘncia de " + QCString(name); }
+
+ //////////////////////////////////////////////////////////////////////////
};
#endif