X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorSound.h;h=44926175dd66835a60f93addb1fd471e62abc55c;hp=2e5f4ae35ba4393acb3d9ba1c57c484ea05288b5;hb=10f49df37ad495d12b4edb62efbffc0bf2d1d57b;hpb=9ca4d140bb72a11559ac1fecc835ca557b1f3ec6 diff --git a/source/contacteditor/frmContactEditorSound.h b/source/contacteditor/frmContactEditorSound.h index 2e5f4ae..4492617 100644 --- a/source/contacteditor/frmContactEditorSound.h +++ b/source/contacteditor/frmContactEditorSound.h @@ -39,6 +39,7 @@ Subclass of frmContactEditorSoundADT, which is generated by wxFormBuilder. #include "../common/base64.h" #include "../common/mime.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -47,7 +48,6 @@ class frmContactEditorSound : public frmContactEditorSoundADT { protected: // Handlers for frmContactEditorSoundADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -81,7 +81,8 @@ class frmContactEditorSound : public frmContactEditorSoundADT std::map *SoundListPrefPtr; wxListCtrl *SoundListCtrlPtr; int SoundListIndex; - SectionType EditSectionType; + SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; //// end generated class members };