X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorNotes.h;h=3a6d6aca0e2047c020ec8fa98859398a7d9c17bb;hp=ad7267e7b9ec58cb89d16e334ef8bad235f59406;hb=10f1df124c922e4c82256456cb2c0d5c39af2a04;hpb=66582143bc7b3e31b38abcb86da63fd8f2f61415 diff --git a/source/contacteditor/frmContactEditorNotes.h b/source/contacteditor/frmContactEditorNotes.h index ad7267e..3a6d6ac 100644 --- a/source/contacteditor/frmContactEditorNotes.h +++ b/source/contacteditor/frmContactEditorNotes.h @@ -31,6 +31,7 @@ Subclass of frmContactEditorNotesADT, which is generated by wxFormBuilder. #include "../enums.h" #include "../common/textprocessing.h" #include "../common/languages.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -39,7 +40,6 @@ class frmContactEditorNotes : public frmContactEditorNotesADT { protected: // Handlers for frmContactEditorNotesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -70,6 +70,7 @@ class frmContactEditorNotes : public frmContactEditorNotesADT wxListCtrl *NotesListCtrlPtr; int NotesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorNotes__