Changeset 18596
- Timestamp:
- 09/16/16 15:28:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r18588 r18596 116 116 void MainWindow::on_fNoutof4Val_valueChanged(int val) 117 117 { 118 const uint32_t v[2] = { uint32_t(-1), uint32_t(val)};118 const int32_t v[2] = { -1, val }; 119 119 120 120 if (!fInHandler)
Note:
See TracChangeset
for help on using the changeset viewer.