X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;h=853a5b37e55b657c687863f0a2e925b50a286f7e;hp=26d66f8cfb90f9c950743151f0d55dbe8d593442;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf diff --git a/src/dialogs.h b/src/dialogs.h index 26d66f8..853a5b3 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -7,9 +7,7 @@ ** Date Started: July 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -59,8 +57,10 @@ class StringValueAndTitleListBox : public wxListBox public: StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* const* asTitle, char const* const aszValue[]); +#if 0 StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* title, char const* const* aszTitle, char const* const* aszValue); +#endif StringValueAndTitleListBox (wxDialog* pParent, int nChoices, wxChar const* title, wxChar const* const* asTitle, char const* const* aszValue);