moving to correct position

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-10 10:47:40 +00:00
parent 0d80fb3122
commit abeb53aa82

View File

@@ -1145,6 +1145,8 @@ void wxDCBase::CalculateEllipticPoints( wxList* points,
} // not iUseAngles
} // CalculateEllipticPoints
#endif
//
// temporary home for wxOverlay
//
@@ -1436,5 +1438,3 @@ void wxDCOverlay::Clear()
{
m_overlay.Clear(m_dc);
}
#endif