diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-11 18:55:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-11 18:55:20 +0100 |
commit | 71374d0b5cd456e25252775fdec89fe3cf2aa5e6 (patch) | |
tree | 1df6d5e4ce0540eadfbdc3c9c3d81262bcd7d453 /compat/macros.hpp | |
parent | 6b817869744d319dd8d1aef921c1d90aa42e76a6 (diff) |
minor cleanup
Diffstat (limited to 'compat/macros.hpp')
-rw-r--r-- | compat/macros.hpp | 2 |
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 # |