X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTelephone.h;h=1bda35ec05e86caf98631182b47fad7e2c8cdc73;hp=4ec5d837da26f2dba479911e721d36f335e5fd73;hb=cc75472a31e981886798377dbbbbdb77dfced96e;hpb=ce6b921249b87bb62df485af240697ba81cd409d diff --git a/source/contacteditor/frmContactEditorTelephone.h b/source/contacteditor/frmContactEditorTelephone.h index 4ec5d83..1bda35e 100644 --- a/source/contacteditor/frmContactEditorTelephone.h +++ b/source/contacteditor/frmContactEditorTelephone.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorTelephoneADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorTelephone : public frmContactEditorTelephoneADT { protected: // Handlers for frmContactEditorTelephoneADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,7 +66,7 @@ class frmContactEditorTelephone : public frmContactEditorTelephoneADT wxListCtrl *TelephoneListCtrlPtr; int TelephoneListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorTelephone__