X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorEmail.h;h=89dd4567dc9194342f9690e593b3e33ce976cc4e;hb=ada42724cf083b0a311cf22260485d61516c25c8;hp=3f34e403dbf9c069c395d2ccc425b5aa2e129dc0;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6;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