summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_base
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-15 03:44:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-15 03:44:46 +0200
commite1cf876626aad4cbed2db96f30867c8e11af340e (patch)
tree06603562438276f37e7bfc6243bc0791d37b8f87 /ftnoir_tracker_base
parent51fb3e42f915c3b538c423cfb9e5dfae11778717 (diff)
Fix MSVC build. Also, minor reformat
Diffstat (limited to 'ftnoir_tracker_base')
-rw-r--r--ftnoir_tracker_base/ftnoir_tracker_base.h6
-rw-r--r--ftnoir_tracker_base/ftnoir_tracker_base_global.h2
-rw-r--r--ftnoir_tracker_base/ftnoir_tracker_types.h5
3 files changed, 1 insertions, 12 deletions
diff --git a/ftnoir_tracker_base/ftnoir_tracker_base.h b/ftnoir_tracker_base/ftnoir_tracker_base.h
index 4d968e59..39db6bb6 100644
--- a/ftnoir_tracker_base/ftnoir_tracker_base.h
+++ b/ftnoir_tracker_base/ftnoir_tracker_base.h
@@ -22,12 +22,6 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. *
* This class implements a tracker-base *
*********************************************************************************/
-/*
- Modifications (last one on top):
- 20122109 - C14: Replaced Release with virtual destructor
- 20120009 - WVR: Removed AutoClosePtr (seemed like it didn't work OK)
- 20110415 - WVR: Added overloaded operator - and -=
-*/
#ifndef FTNOIR_TRACKER_BASE_H
#define FTNOIR_TRACKER_BASE_H
diff --git a/ftnoir_tracker_base/ftnoir_tracker_base_global.h b/ftnoir_tracker_base/ftnoir_tracker_base_global.h
index af9899c5..30fb95e9 100644
--- a/ftnoir_tracker_base/ftnoir_tracker_base_global.h
+++ b/ftnoir_tracker_base/ftnoir_tracker_base_global.h
@@ -3,7 +3,7 @@
#include <QtGlobal>
-#ifdef FTNOIR_TRACKER_BASE_LIB
+#ifndef OPENTRACK_MAIN
# define FTNOIR_TRACKER_BASE_EXPORT Q_DECL_EXPORT
#else
# define FTNOIR_TRACKER_BASE_EXPORT Q_DECL_IMPORT
diff --git a/ftnoir_tracker_base/ftnoir_tracker_types.h b/ftnoir_tracker_base/ftnoir_tracker_types.h
index 591728a6..74612371 100644
--- a/ftnoir_tracker_base/ftnoir_tracker_types.h
+++ b/ftnoir_tracker_base/ftnoir_tracker_types.h
@@ -22,11 +22,6 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. *
* This class implements a tracker-base *
*********************************************************************************/
-/*
- Modifications (last one on top):
- 20120924 - C14: Moved T6DOF to separate file (not pulic interface)
- 20110415 - WVR: Added overloaded operator - and -=
-*/
#ifndef FTNOIR_TRACKER_TYPES_H
#define FTNOIR_TRACKER_TYPES_H