X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorPicture.h;h=e28939def7cfb1bf20d4f1e667364eb472872fb5;hp=46a8b8c4743a3adbccbbe3e0eeca9e96a3e5a6cd;hb=c240addfc3f8e8686707b012ac9032b9e2411b91;hpb=10f49df37ad495d12b4edb62efbffc0bf2d1d57b diff --git a/source/contacteditor/frmContactEditorPicture.h b/source/contacteditor/frmContactEditorPicture.h index 46a8b8c..e28939d 100644 --- a/source/contacteditor/frmContactEditorPicture.h +++ b/source/contacteditor/frmContactEditorPicture.h @@ -28,6 +28,7 @@ Subclass of frmContactEditorPictureADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -36,7 +37,6 @@ class frmContactEditorPicture : public frmContactEditorPictureADT { protected: // Handlers for frmContactEditorPictureADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -71,7 +71,7 @@ class frmContactEditorPicture : public frmContactEditorPictureADT wxListCtrl *PictureListCtrlPtr; int PictureListIndex = 0; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorPicture__