bool wxDC::Ok(void) const
{
- wxASSERT_MSG( !ok, "invalid display context" );
+ wxASSERT_MSG( m_ok, "invalid display context" );
return m_ok;
}
}
}
-void wxDC::DrawSpline( wxList *points )
-{
- DrawOpenSpline( points );
-}
-
void wxDC::DrawSpline( int n, wxPoint points[] )
{
wxList list;