X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorWebsites.h;h=d087ca22b51e2e664ad9dbe8e83f7df34eb65297;hp=d2cdb75cff58da286055287a8070d8c6295ef5c3;hb=eda90a61f2decc2d388aed6362446aa619f55d65;hpb=c240addfc3f8e8686707b012ac9032b9e2411b91 diff --git a/source/contacteditor/frmContactEditorWebsites.h b/source/contacteditor/frmContactEditorWebsites.h index d2cdb75..d087ca2 100644 --- a/source/contacteditor/frmContactEditorWebsites.h +++ b/source/contacteditor/frmContactEditorWebsites.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorWebsitesADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorWebsites : public frmContactEditorWebsitesADT { protected: // Handlers for frmContactEditorWebsitesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -66,7 +66,7 @@ class frmContactEditorWebsites : public frmContactEditorWebsitesADT wxListCtrl *WebsiteListCtrlPtr; int WebsiteListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorWebsites__