summaryrefslogtreecommitdiffhomepage
path: root/opentrack-logic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-18 13:38:18 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-18 13:38:18 +0200
commit92ada4499ba5036d694a2592e199ec77bd8af97e (patch)
tree0c7cef66bc2c90bdd400d4ac8fb66b64b639f3a3 /opentrack-logic
parent494ac6a035c0c6f4a77118663ebd1abf92072339 (diff)
compat, logic, api: fix export macro copy-paste errors
Diffstat (limited to 'opentrack-logic')
-rw-r--r--opentrack-logic/export.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack-logic/export.hpp b/opentrack-logic/export.hpp
index 699fdd6a..db4f0d86 100644
--- a/opentrack-logic/export.hpp
+++ b/opentrack-logic/export.hpp
@@ -10,9 +10,9 @@
# ifndef _MSC_VER
# define OPENTRACK_LOGIC_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_LOGIC_LINKAGE
# else
-# define OPENTRACK_LOGIC_EXPORT OPENTRACK_LINKAGE
+# define OPENTRACK_LOGIC_EXPORT OPENTRACK_LOGIC_LINKAGE
# endif
#else
# include "import.hpp"
-#endif \ No newline at end of file
+#endif