/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/pen.cpp
+// Name: src/osx/pen.cpp
// Purpose: wxPen
// Author: Stefan Csomor
// Modified by:
wxGDIRefData *wxPen::CloneGDIRefData(const wxGDIRefData *data) const
{
- return new wxPenRefData(*wx_static_cast(const wxPenRefData *, data));
+ return new wxPenRefData(*static_cast<const wxPenRefData *>(data));
}
bool wxPen::operator==(const wxPen& pen) const