summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/htmlhelp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index f5856e5..0c580a5 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -470,8 +470,8 @@ void HtmlHelp::createProjectFile()
{
FTextStream t(&f);
- char *hhcFile = "\"index.hhc\"";
- char *hhkFile = "\"index.hhk\"";
+ const char *hhcFile = "\"index.hhc\"";
+ const char *hhkFile = "\"index.hhk\"";
int hhkPresent = index->dictCount();
if (!ctsItemPresent) hhcFile = "";
if (!hhkPresent) hhkFile = "";