summaryrefslogtreecommitdiffstats
path: root/src/registrytool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/registrytool.cpp')
-rw-r--r--src/registrytool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp
index 7f6ff8a9a..84af86eff 100644
--- a/src/registrytool.cpp
+++ b/src/registrytool.cpp
@@ -167,8 +167,8 @@ void testReg()
RegistryTool rt;
char *key =
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\inkscape.exe";
- char *name = "";
- char *value = "c:\\inkscape\\inkscape.exe";
+ char const *name = "";
+ char const *value = "c:\\inkscape\\inkscape.exe";
if (!rt.setStringValue(key, name, value))
{
printf("Test failed\n");