From 92ada4499ba5036d694a2592e199ec77bd8af97e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Jun 2016 13:38:18 +0200 Subject: compat, logic, api: fix export macro copy-paste errors --- opentrack-logic/export.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentrack-logic/export.hpp') 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 -- cgit v1.2.3