X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=src%2Fdialogs.h;h=13eeb2e01656bc08ac29e771d3fa302b5cc50a97;hb=8754fd80af455a175b8e490a027ec479f029d820;hp=26d66f8cfb90f9c950743151f0d55dbe8d593442;hpb=bb09705ec0a20bf5b41b4248cf7800b000bc3fcb;p=ctsim.git diff --git a/src/dialogs.h b/src/dialogs.h index 26d66f8..13eeb2e 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -59,8 +59,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);