summaryrefslogtreecommitdiff
path: root/sccomp/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/inc')
-rw-r--r--sccomp/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/inc/strings.hrc b/sccomp/inc/strings.hrc
index ad6c095e68af..8a6e65f578a5 100644
--- a/sccomp/inc/strings.hrc
+++ b/sccomp/inc/strings.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SCCOMP_INC_STRINGS_HRC
#define INCLUDED_SCCOMP_INC_STRINGS_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#define RID_SOLVER_COMPONENT NC_("RID_SOLVER_COMPONENT", "%PRODUCTNAME Linear Solver")
#define RID_COINMP_SOLVER_COMPONENT NC_("RID_COINMP_SOLVER_COMPONENT", "%PRODUCTNAME CoinMP Linear Solver")