1. wxIcon/wxCursor change, wxGDIImage class added
2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,12 +45,7 @@ class WXDLLEXPORT wxMenu;
|
||||
class WXDLLEXPORT wxMenuItemBase : public wxObject
|
||||
{
|
||||
public:
|
||||
// some compilers need a default constructor here, do not use
|
||||
wxMenuItemBase() {}
|
||||
|
||||
/* This makes no sense (lots of asserts on MSW) so commenting out -- JACS
|
||||
{ wxFAIL_MSG( wxT("illegal call") ); }
|
||||
*/
|
||||
wxMenuItemBase() { }
|
||||
|
||||
// creation
|
||||
static wxMenuItem *New(wxMenu *parentMenu = (wxMenu *)NULL,
|
||||
|
Reference in New Issue
Block a user