summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-17 02:31:04 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-17 02:31:04 +0100
commit8121d5c3cb55284b652710cd3cd7e64988752b67 (patch)
tree308c884624938c66f35f0a31a4f3663e98d1fee6 /tracker-pt
parent71be52f4cb5a2f0039a5190a9b6cb3bbd3f28171 (diff)
tracker/pt: remove MSVC debug pragma
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/frame.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-pt/frame.cpp b/tracker-pt/frame.cpp
index 79cf62fc..330c2313 100644
--- a/tracker-pt/frame.cpp
+++ b/tracker-pt/frame.cpp
@@ -5,8 +5,6 @@
#include <opencv2/imgproc.hpp>
-#pragma strict_gs_check(on)
-
using namespace pt_module;
Preview& Preview::operator=(const pt_frame& frame_)