Commit c221ea87 authored by Libor Moravčík's avatar Libor Moravčík
Browse files

Algorithm type now properly set in NarrowDetector's constructor

parent ee795f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ struct NarrowDetector : com::Library
	}

	// Constructors
	NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name) {}
	NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name), m_algorithm(alg) {}
	~NarrowDetector() override {}

	// Methods