From 62a721226d5e08f57f1bda12a7f570be6be77635 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 9 Jun 2016 11:48:11 +0200 Subject: tracker/pt: no need for 4-byte command mask --- tracker-pt/ftnoir_tracker_pt.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-pt/ftnoir_tracker_pt.cpp') diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 14813b62..950dde71 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -19,11 +19,11 @@ //#define PT_PERF_LOG //log performance //----------------------------------------------------------------------------- -Tracker_PT::Tracker_PT() - : commands(0), +Tracker_PT::Tracker_PT() : video_widget(NULL), video_frame(NULL), - ever_success(false) + ever_success(false), + commands(0) { connect(s.b.get(), SIGNAL(saving()), this, SLOT(apply_settings())); } -- cgit v1.2.3