summaryrefslogtreecommitdiffhomepage
path: root/compat/base-path.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-06-22 13:21:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-06-26 23:01:53 +0200
commit519b4a3ae10c96951db917f2439982c7d2391874 (patch)
treeec55d8a12fa740803e6da2074eec04f465e98ede /compat/base-path.hpp
parent0f182b791622ad4491c8aabf8edce21a63839bdc (diff)
compat/macros: rename portability macros
use `cc_xx' rather than awkward synonyms.
Diffstat (limited to 'compat/base-path.hpp')
-rw-r--r--compat/base-path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/base-path.hpp b/compat/base-path.hpp
index 8e2884fd..06e2c703 100644
--- a/compat/base-path.hpp
+++ b/compat/base-path.hpp
@@ -6,7 +6,7 @@
#include <QString>
OTR_COMPAT_EXPORT
-never_inline
+cc_noinline
const QString& application_base_path();
#define OPENTRACK_BASE_PATH (application_base_path())