X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorLanguages.h;h=0f8c2802f4a50b7f7b979997f927bef480a4cdb4;hb=ee9b71949005734012f18251774807c38b989ae2;hp=9ba32aae57116130aa304dc403d8de27bb6c34bf;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorLanguages.h b/source/contacteditor/frmContactEditorLanguages.h index 9ba32aa..0f8c280 100644 --- a/source/contacteditor/frmContactEditorLanguages.h +++ b/source/contacteditor/frmContactEditorLanguages.h @@ -1,3 +1,21 @@ +// frmContactEditorLanguages.cpp - frmContactEditorLanguages form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #ifndef __frmContactEditorLanguages__ #define __frmContactEditorLanguages__ #include @@ -12,6 +30,7 @@ Subclass of frmContactEditorLanguagesADT, which is generated by wxFormBuilder. //// end generated include #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" /** Implementing frmContactEditorLanguagesADT */ class frmContactEditorLanguages : public frmContactEditorLanguagesADT @@ -45,7 +64,7 @@ class frmContactEditorLanguages : public frmContactEditorLanguagesADT wxListCtrl *LanguageListCtrlPtr; int LanguageListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorLanguages__