X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorCalAdr.h;h=1a51bed1337b41ed931033830550462e130f3b01;hp=d7f615f73ae1899568edcff91b10c2b003bf143a;hb=8089428e86139e335db5f5104382ffc37dce1c42;hpb=cbeea63f67490b46dfe5b2f59c3f54b5304835b6 diff --git a/source/contacteditor/frmContactEditorCalAdr.h b/source/contacteditor/frmContactEditorCalAdr.h index d7f615f..1a51bed 100644 --- a/source/contacteditor/frmContactEditorCalAdr.h +++ b/source/contacteditor/frmContactEditorCalAdr.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorCalAdrADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorCalAdr : public frmContactEditorCalAdrADT { protected: // Handlers for frmContactEditorCalAdrADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -62,7 +62,7 @@ class frmContactEditorCalAdr : public frmContactEditorCalAdrADT wxListCtrl *CalAdrListCtrlPtr; int CalAdrListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorCalAdr__