X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorKey.h;h=b67ad488028bdbaa6a3b35b067f6b0f5a2909080;hp=6e27dd3d74f9438a8e5ece28c613adb49a6d4978;hb=bfe817b5bfae33a1eb666c463643ec119cd1d66d;hpb=a1e5a0c50e4081cd8db37acd168c5f045d2c6e81 diff --git a/source/contacteditor/frmContactEditorKey.h b/source/contacteditor/frmContactEditorKey.h index 6e27dd3..b67ad48 100644 --- a/source/contacteditor/frmContactEditorKey.h +++ b/source/contacteditor/frmContactEditorKey.h @@ -27,6 +27,7 @@ Subclass of frmContactEditorKeyADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -35,7 +36,6 @@ class frmContactEditorKey : public frmContactEditorKeyADT { protected: // Handlers for frmContactEditorKeyADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); void ProcessKeyType( wxCommandEvent& event ); @@ -70,7 +70,7 @@ class frmContactEditorKey : public frmContactEditorKeyADT wxListCtrl *KeyListCtrlPtr; int KeyListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorKey__