X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.h;h=853a5b37e55b657c687863f0a2e925b50a286f7e;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=26d66f8cfb90f9c950743151f0d55dbe8d593442;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;p=ctsim.git 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);