X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorCategory.h;h=db394e8c8ef8c1b0898cf041cc0f054e01d4339a;hp=d467aa39962dbfaefdafb5d44f0b92b752b66ff8;hb=ce6b921249b87bb62df485af240697ba81cd409d;hpb=5c75ce1e9d668d15d65dcb541fb09c49f01de277 diff --git a/source/contacteditor/frmContactEditorCategory.h b/source/contacteditor/frmContactEditorCategory.h index d467aa3..db394e8 100644 --- a/source/contacteditor/frmContactEditorCategory.h +++ b/source/contacteditor/frmContactEditorCategory.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorCategoryADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorCategory : public frmContactEditorCategoryADT { protected: // Handlers for frmContactEditorCategoryADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -64,7 +64,7 @@ class frmContactEditorCategory : public frmContactEditorCategoryADT wxListCtrl *CategoryListCtrlPtr; int CategoryListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorCategory__