From 71374d0b5cd456e25252775fdec89fe3cf2aa5e6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2018 18:55:20 +0100 Subject: minor cleanup --- compat/macros.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/macros.hpp b/compat/macros.hpp index ed0bd8da..e3b5976a 100644 --- a/compat/macros.hpp +++ b/compat/macros.hpp @@ -2,7 +2,7 @@ #include #define otr_tr(str) (QCoreApplication::translate(OTR_MODULE_NAME, (str))) -#define _(x) otr_tr(x) +#define _(x) otr_tr((x)) #if defined _MSC_VER # -- cgit v1.2.3