X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTimezones.h;h=a71fc1af936e8c3907b9e7510fb145e56ee83f2a;hp=fe5d153e32fefb9e8a34e8df7f735fe16aa2468d;hb=1cd99f1d6252ccfd70cea70a86f6977e4f2d6e6d;hpb=16ba57d640fd0412351c4cf8d324f02fdb2b2987 diff --git a/source/contacteditor/frmContactEditorTimezones.h b/source/contacteditor/frmContactEditorTimezones.h index fe5d153..a71fc1a 100644 --- a/source/contacteditor/frmContactEditorTimezones.h +++ b/source/contacteditor/frmContactEditorTimezones.h @@ -29,6 +29,7 @@ Subclass of frmContactEditorTimezonesADT, which is generated by wxFormBuilder. #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -37,7 +38,6 @@ class frmContactEditorTimezones : public frmContactEditorTimezonesADT { protected: // Handlers for frmContactEditorTimezonesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,8 +66,7 @@ class frmContactEditorTimezones : public frmContactEditorTimezonesADT wxListCtrl *TZListCtrlPtr; int TZListIndex; SectionType EditSectionType; - - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorTimezones__