aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index eb544268..76909632 100644
--- a/common.h
+++ b/common.h
@@ -182,7 +182,7 @@ extern const wchar_t *program_name;
/**
Shorthand for wgettext call
*/
-#define _(wstr) wgettext((const wchar_t *)wstr)
+#define _(wstr) wgettext(wstr)
/**
Noop, used to tell xgettext that a string should be translated,