X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcontacteditor%2FfrmContactEditorEmail.h;h=89dd4567dc9194342f9690e593b3e33ce976cc4e;hb=43c4a20cee4670cdb166ea9c27e74398af1039c5;hp=3f34e403dbf9c069c395d2ccc425b5aa2e129dc0;hpb=bfe817b5bfae33a1eb666c463643ec119cd1d66d;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorEmail.h b/source/contacteditor/frmContactEditorEmail.h index 3f34e40..89dd456 100644 --- a/source/contacteditor/frmContactEditorEmail.h +++ b/source/contacteditor/frmContactEditorEmail.h @@ -31,13 +31,13 @@ Subclass of frmContactEditorEmailADT, which is generated by wxFormBuilder. //// end generated include #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" /** Implementing frmContactEditorEmailADT */ class frmContactEditorEmail : public frmContactEditorEmailADT { protected: // Handlers for frmContactEditorEmailADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -64,6 +64,7 @@ class frmContactEditorEmail : public frmContactEditorEmailADT wxListCtrl *EmailListCtrlPtr; int EmailListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; //// end generated class members