summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-02-28 19:57:43 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-02-28 19:57:43 +0100
commit55afd194527e3c40835d32f872d3c379ad3279c4 (patch)
tree1bc341cb39f779f83bf4006d3bc342c81f31a0c9 /compat
parent6033f625abefb40ebd701c006255dfea2c492b77 (diff)
compat: don't pull in macros header pointlessly
Diffstat (limited to 'compat')
-rw-r--r--compat/base-path.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/base-path.hpp b/compat/base-path.hpp
index 54e094f4..7a9d4115 100644
--- a/compat/base-path.hpp
+++ b/compat/base-path.hpp
@@ -1,11 +1,11 @@
#pragma once
-#include "macros.hpp"
#include "export.hpp"
#include <QString>
-OTR_COMPAT_EXPORT never_inline
+OTR_COMPAT_EXPORT
const QString& application_base_path();
#define OPENTRACK_BASE_PATH (application_base_path())
+