X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorAddress.h;h=f0f0592da4b24f8cf693f81e59fde05fd23d0f65;hp=b8f47e987795c5c55acb06d440ef43ac061967f5;hb=7ae1677354b786e1f25d49fbfe891d9ec7d6b896;hpb=074e2db3331d35762f1d2dcf06d98f15200fc225 diff --git a/source/contacteditor/frmContactEditorAddress.h b/source/contacteditor/frmContactEditorAddress.h index b8f47e9..f0f0592 100644 --- a/source/contacteditor/frmContactEditorAddress.h +++ b/source/contacteditor/frmContactEditorAddress.h @@ -31,6 +31,7 @@ Subclass of frmContactEditorAddressADT, which is generated by wxFormBuilder. //// end generated include #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" /** Implementing frmContactEditorAddressADT */ class frmContactEditorAddress : public frmContactEditorAddressADT @@ -38,7 +39,6 @@ class frmContactEditorAddress : public frmContactEditorAddressADT protected: // Handlers for frmContactEditorAddressADT events. void InitAddressEditor( wxInitDialogEvent& event ); - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CopyAddress( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); @@ -84,6 +84,7 @@ class frmContactEditorAddress : public frmContactEditorAddressADT wxListCtrl *AddressListCtrlPtr; int AddressListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; //// end generated class members };