use Qt Signals & Slots for progress tracking
[mussa.git] / alg / flp.cpp
index 88ff209a9eeec64470ac7ce450c97e06a0484674..56a0a0828fa469a62637df8d858778ba212052a6 100644 (file)
@@ -44,6 +44,13 @@ FLPs::FLPs() :
 {
 }
 
+FLPs::FLPs(const FLPs& o) :
+  window_size(o.window_size),
+  hard_threshold(o.hard_threshold),
+  all_matches(o.all_matches)
+{
+}
+
 void
 FLPs::setup(int win_size, int hard_thres)
 {