X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTitles.h;h=ae59432f128ff2a99ff6b1003c939d6a910e8c75;hp=061ba018d908d5fa0b0be9d1ad9415e8eb053c53;hb=8ae672ba33a6fcf4f9dd8f6d68500573111787d4;hpb=10f1df124c922e4c82256456cb2c0d5c39af2a04 diff --git a/source/contacteditor/frmContactEditorTitles.h b/source/contacteditor/frmContactEditorTitles.h index 061ba01..ae59432 100644 --- a/source/contacteditor/frmContactEditorTitles.h +++ b/source/contacteditor/frmContactEditorTitles.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorTitlesADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorTitles : public frmContactEditorTitlesADT { protected: // Handlers for frmContactEditorTitlesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,6 +66,7 @@ class frmContactEditorTitles : public frmContactEditorTitlesADT wxListCtrl *TitlesListCtrlPtr; int TitlesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorTitles__