some minor fixes for DEC CXX compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-19 17:32:03 +00:00
parent ebefb2f345
commit 64716cd79d
4 changed files with 7 additions and 12 deletions

View File

@@ -41,11 +41,7 @@ public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
int nStrings = 0,
#if defined(__SUNCC__)
const wxString choices[] = NULL,
#else
const wxString choices[] = (const wxString *) NULL,
#endif
const wxString *choices = (const wxString *)NULL,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr);