X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorRelated.h;h=349c3f7e2f076e27c80b965f7c8edba65dac2904;hb=ee9b71949005734012f18251774807c38b989ae2;hp=30d5b69f181413ad0f3ce311546b5127719a8b50;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorRelated.h b/source/contacteditor/frmContactEditorRelated.h index 30d5b69..349c3f7 100644 --- a/source/contacteditor/frmContactEditorRelated.h +++ b/source/contacteditor/frmContactEditorRelated.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorRelatedADT, which is generated by wxFormBuilder. #include "../AppXestiaAddrBk.h" #include "../enums.h" #include +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorRelated : public frmContactEditorRelatedADT { protected: // Handlers for frmContactEditorRelatedADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,7 +66,7 @@ class frmContactEditorRelated : public frmContactEditorRelatedADT wxListCtrl *RelatedListCtrlPtr; int RelatedListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorRelated__