don't use @true and @NULL inside of @code sections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{
|
||||
wxSplashScreen* splash = new wxSplashScreen(bitmap,
|
||||
wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT,
|
||||
6000, @NULL, -1, wxDefaultPosition, wxDefaultSize,
|
||||
6000, NULL, -1, wxDefaultPosition, wxDefaultSize,
|
||||
wxBORDER_SIMPLE|wxSTAY_ON_TOP);
|
||||
}
|
||||
wxYield();
|
||||
|
Reference in New Issue
Block a user