- return Create(parent, id, title, pos, size,
- style |
- wxFRAME_TOOL_WINDOW |
- (parent ? wxFRAME_FLOAT_ON_PARENT : 0), name);
+ return wxFrame::Create(parent, id, title, pos, size,
+ style |
+ wxFRAME_TOOL_WINDOW |
+ (parent ? wxFRAME_FLOAT_ON_PARENT : 0), name);