Adding missing ;
This commit is contained in:
@@ -1707,7 +1707,7 @@ wxDataViewMainWindow::wxDataViewMainWindow( wxDataViewCtrl *parent, wxWindowID i
|
|||||||
parent, id, pos, size, wxWANTS_CHARS|wxBORDER_NONE, name
|
parent, id, pos, size, wxWANTS_CHARS|wxBORDER_NONE, name
|
||||||
);
|
);
|
||||||
#else
|
#else
|
||||||
Create( parent, id, pos, size, wxWANTS_CHARS|wxBORDER_NONE, name )
|
Create( parent, id, pos, size, wxWANTS_CHARS|wxBORDER_NONE, name );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SetOwner( parent );
|
SetOwner( parent );
|
||||||
|
Reference in New Issue
Block a user