summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-07-11 12:33:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-07-11 12:33:39 +0200
commit34edd40043a35135f02fe227459b7481ef570c33 (patch)
treebd28a809eea1c81b459335979754534d62fe8cbf
parentc76dc2c8cea78285460fea7f98b9c64904242f9a (diff)
fix typo breaking whole build
-rw-r--r--ftnoir_tracker_base/ftnoir_tracker_base_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_base/ftnoir_tracker_base_global.h b/ftnoir_tracker_base/ftnoir_tracker_base_global.h
index e717d845..ded9209b 100644
--- a/ftnoir_tracker_base/ftnoir_tracker_base_global.h
+++ b/ftnoir_tracker_base/ftnoir_tracker_base_global.h
@@ -4,7 +4,7 @@
#include <QtGlobal>
#ifndef FTNOIR_TRACKER_BASE_EXPORT
-# ifndef OPENTRACK_MAIN
+# ifdef OPENTRACK_MAIN
# if !defined(_MSC_VER)
# define FTNOIR_TRACKER_BASE_EXPORT __attribute__ ((visibility ("default")))
# else