summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-05-20 19:19:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-05-28 14:20:01 (GMT)
commite629fc64d42121e86bf2230a3b515d1d0d868dcd (patch)
treea120595680a5bdb5231757924344090c851f1060 /src/htmlhelp.cpp
parentd38d33cef2241cd8d29c99f519d21ae225453357 (diff)
downloadDoxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.zip
Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.gz
Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.bz2
Fixed for index.hhp output when using template engine
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index fbfece0..ad56de8 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -447,7 +447,7 @@ void HtmlHelp::initialize()
}
-static QCString getLanguageString()
+QCString HtmlHelp::getLanguageString()
{
if (!theTranslator->idLanguage().isEmpty())
{