From cb38011818063ac2b28fb09c9e34b2fc3a558988 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 10 Jun 2015 19:02:48 +0200 Subject: pt: issue with duplicate symbols on including dshow.h in two files Let's work around it by including dshow.h in only one file --- ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.cpp') diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index c6f14527..b7138f25 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -6,7 +6,6 @@ */ #include "ftnoir_tracker_pt.h" -#include "opentrack/camera-names.hpp" #include #include #include @@ -129,6 +128,8 @@ void Tracker::run() qDebug()<<"Tracker:: Thread stopping"; } +int camera_name_to_index(const QString &name); + void Tracker::apply_settings() { qDebug()<<"Tracker:: Applying settings"; -- cgit v1.2.3