Mac compilation warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2041,7 +2041,8 @@ void wxDC::MacInstallPen() const
|
||||
case wxUSER_DASH :
|
||||
{
|
||||
wxDash* dash ;
|
||||
int number = m_pen.GetDashes(&dash) ;
|
||||
m_pen.GetDashes(&dash) ;
|
||||
|
||||
// right now we don't allocate larger pixmaps
|
||||
// int number =
|
||||
m_pen.GetDashes(&dash) ;
|
||||
|
||||
Reference in New Issue
Block a user