summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/macros.hpp2
1 files changed, 1 insertions, 1 deletions
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 <QCoreApplication>
#define otr_tr(str) (QCoreApplication::translate(OTR_MODULE_NAME, (str)))
-#define _(x) otr_tr(x)
+#define _(x) otr_tr((x))
#if defined _MSC_VER
#