X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_panel.h;h=2ba5a9ffc051de25e29200d4b28f952cdaff9db8;hb=e385ef84b198d9ec51c3d2a117d8ef8cfb7292d1;hp=f1b932e7cee2602d1421f32b593e855206e6e365;hpb=1415214ff18e05e5b609aab8c4efb89e5b9e0cc0;p=dcpomatic.git diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index f1b932e7c..2ba5a9ffc 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -21,7 +21,7 @@ #include "film_editor_panel.h" #include "content_widget.h" -class wxSpinCtrl; +class wxSpinCtrlDouble; class wxButton; class wxChoice; class wxStaticText; @@ -44,7 +44,7 @@ private: void mapping_changed (AudioMapping); void setup_stream_description (); - ContentSpinCtrl* _gain; + ContentSpinCtrlDouble* _gain; wxButton* _gain_calculate_button; wxButton* _show; ContentSpinCtrl* _delay;