summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-06 22:25:36 -0700
committerStanislaw Halik <sthalik@misaki.pl>2014-09-06 22:25:36 -0700
commit8762edd0fa1b9131a7e090f9759aba37d6ec64cf (patch)
treecae8a67a0c48e7f13499cfcf6c8f907f1d9a6dca /ftnoir_tracker_pt/ftnoir_tracker_pt.h
parent30ffe1f0a349ce23e27c01e9ee898f604d07cec6 (diff)
unbreak build following rename
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.h')
-rw-r--r--ftnoir_tracker_pt/ftnoir_tracker_pt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h
index 79f16629..7e944fc2 100644
--- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h
+++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h
@@ -29,7 +29,7 @@
#ifndef OPENTRACK_API
# include <boost/shared_ptr.hpp>
#else
-# include "FTNoIR_Tracker_PT/boost-compat.h"
+# include <memory>
#endif
#include <vector>
@@ -56,7 +56,7 @@ public:
protected:
// --- MutexedFrameProvider interface ---
- virtual bool get_frame_and_points(cv::Mat& frame, boost::shared_ptr< std::vector<cv::Vec2f> >& points);
+ virtual bool get_frame_and_points(cv::Mat& frame, std::shared_ptr< std::vector<cv::Vec2f> >& points);
// --- thread ---
QMutex mutex;