fix a -Wreorder
authorRobin Gareus <robin@gareus.org>
Fri, 6 May 2016 02:02:34 +0000 (04:02 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 6 May 2016 02:02:34 +0000 (04:02 +0200)
gtk2_ardour/rhythm_ferret.cc

index 859e8ddb1e9d4e6b3198d10197c5d7080eb2092f..b1060a8a751562ccc290dec58b3c64c884e07d79 100644 (file)
@@ -83,12 +83,12 @@ RhythmFerret::RhythmFerret (Editor& e)
        , analyze_button (_("Analyze"))
        , peak_picker_threshold_adjustment (0.3, 0.0, 1.0, 0.01, 0.1)
        , peak_picker_threshold_scale (peak_picker_threshold_adjustment)
+       , silence_threshold_adjustment (-90.0, -120.0, 0.0, 1, 10)
+       , silence_threshold_scale (silence_threshold_adjustment)
 #ifdef HAVE_AUBIO4
        , minioi_adjustment (4, 0, 40, 1, 5)
        , minioi_scale (minioi_adjustment)
 #endif
-       , silence_threshold_adjustment (-90.0, -120.0, 0.0, 1, 10)
-       , silence_threshold_scale (silence_threshold_adjustment)
        , trigger_gap_adjustment (3, 0, 100, 1, 10)
        , trigger_gap_spinner (trigger_gap_adjustment)
        , action_button (Stock::APPLY)