X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorRoles.h;h=64dede06badebe2f85e3ef9c6c41a30dede23edd;hb=ee9b71949005734012f18251774807c38b989ae2;hp=5d18bbd2d360d870c55a70769023c3832858c6d7;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorRoles.h b/source/contacteditor/frmContactEditorRoles.h index 5d18bbd..64dede0 100644 --- a/source/contacteditor/frmContactEditorRoles.h +++ b/source/contacteditor/frmContactEditorRoles.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorRolesADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorRoles : public frmContactEditorRolesADT { protected: // Handlers for frmContactEditorRolesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,6 +66,7 @@ class frmContactEditorRoles : public frmContactEditorRolesADT wxListCtrl *RolesListCtrlPtr; int RolesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorRoles__