From e1f05c90dbd440c2f670b9d8dd4849cafdb3f91b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Feb 2023 16:05:52 +0100 Subject: video/opencv, tracker/nn: maybe fix gcc build --- tracker-neuralnet/ftnoir_tracker_neuralnet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-neuralnet') 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())); -- cgit v1.2.3