Added missing costructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3156ba6ea6
commit
272cd5dddb
@ -352,6 +352,12 @@ public:
|
||||
: wxGenericGrid(parent, x, y, width, height, style, name)
|
||||
{
|
||||
}
|
||||
wxGrid(wxWindow *parent, wxWindowID id, const wxPoint& pos,
|
||||
const wxSize& size, long style = 0, const wxString& name = "grid")
|
||||
: wxGenericGrid(parent, id, pos, size, style, name)
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
class WXDLLEXPORT wxGridEvent : public wxCommandEvent
|
||||
|
Loading…
Reference in New Issue
Block a user