summaryrefslogtreecommitdiffstats
path: root/uui/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'uui/inc/strings.hrc')
-rw-r--r--uui/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/inc/strings.hrc b/uui/inc/strings.hrc
index 22deb50f2837..7c327b579738 100644
--- a/uui/inc/strings.hrc
+++ b/uui/inc/strings.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UUI_INC_STRINGS_HRC
#define INCLUDED_UUI_INC_STRINGS_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#define STR_ENTER_PASSWORD_TO_OPEN NC_("STR_ENTER_PASSWORD_TO_OPEN", "Enter password to open file: \n")
#define STR_ENTER_PASSWORD_TO_MODIFY NC_("STR_ENTER_PASSWORD_TO_MODIFY", "Enter password to modify file: \n")