Skip to content

Commit

Permalink
Um. Try specifying the thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 13, 2023
1 parent 03a7484 commit ca9935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kaori/handlers/DualBarcodes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class DualBarcodes {

// Constructing the combined varlib.
BarcodePool combined_set(combined);
varlib = SegmentedBarcodeSearch(
varlib = SegmentedBarcodeSearch<2>(
combined_set,
std::array<int, 2>{ static_cast<int>(len1), static_cast<int>(len2) },
[&]{
Expand Down

0 comments on commit ca9935a

Please sign in to comment.