Various bug fixes to OGL; wxStripExtension prototype added to filefn.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -336,18 +336,11 @@ bool wxDividedShape::AttachmentIsValid(int attachment)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void wxDividedShape::Copy(wxDividedShape& copy)
|
||||
void wxDividedShape::Copy(wxShape& copy)
|
||||
{
|
||||
wxRectangleShape::Copy(copy);
|
||||
}
|
||||
|
||||
wxShape *wxDividedShape::PrivateCopy()
|
||||
{
|
||||
wxDividedShape *obj = new wxDividedShape(m_width, m_height);
|
||||
Copy(*obj);
|
||||
return obj;
|
||||
}
|
||||
|
||||
// Region operations
|
||||
|
||||
void wxDividedShape::MakeControlPoints()
|
||||
|
||||
Reference in New Issue
Block a user