summaryrefslogtreecommitdiffhomepage
path: root/tracker-neuralnet
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-27 16:05:52 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-27 16:07:22 +0100
commite1f05c90dbd440c2f670b9d8dd4849cafdb3f91b (patch)
tree9536059da0ac869edf5ad3bda5684ae5b44f43c7 /tracker-neuralnet
parent04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 (diff)
video/opencv, tracker/nn: maybe fix gcc build
Diffstat (limited to 'tracker-neuralnet')
-rw-r--r--tracker-neuralnet/ftnoir_tracker_neuralnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp b/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
index 5f582340..f23356d5 100644
--- a/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
+++ b/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
@@ -780,7 +780,7 @@ NeuralNetDialog::NeuralNetDialog() :
for (const auto& [label, preset] : presets)
ui_.exposure_preset->addItem(label, int(preset));
- tie_setting(cs_.exposure_preset, ui_.exposure_preset);
+ tie_setting(cs_.exposure, ui_.exposure_preset);
}
connect(ui_.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));