diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 16:05:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-27 16:07:22 +0100 |
commit | e1f05c90dbd440c2f670b9d8dd4849cafdb3f91b (patch) | |
tree | 9536059da0ac869edf5ad3bda5684ae5b44f43c7 /tracker-neuralnet | |
parent | 04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 (diff) |
video/opencv, tracker/nn: maybe fix gcc build
Diffstat (limited to 'tracker-neuralnet')
-rw-r--r-- | tracker-neuralnet/ftnoir_tracker_neuralnet.cpp | 2 |
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())); |