diff options
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/strings.hrc b/xmlsecurity/inc/strings.hrc index b572082ec6cf..1505e3583d38 100644 --- a/xmlsecurity/inc/strings.hrc +++ b/xmlsecurity/inc/strings.hrc @@ -20,7 +20,7 @@ #ifndef INCLUDED_XMLSECURITY_INC_STRINGS_HRC #define INCLUDED_XMLSECURITY_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_CERTIFICATE_NOT_VALIDATED NC_("STR_CERTIFICATE_NOT_VALIDATED", "The certificate could not be validated.") #define STR_HEADERBAR NC_("STR_HEADERBAR", "Field\tValue") |