compilation fix for wxUniv (patch 664699)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
|||||||
dc.DrawBitmap( m_bitmap, 0, 0, TRUE );
|
dc.DrawBitmap( m_bitmap, 0, 0, TRUE );
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnSave(wxCommandEvent& WXUNUSED(event))
|
void OnSave(wxMouseEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxImage image = m_bitmap.ConvertToImage();
|
wxImage image = m_bitmap.ConvertToImage();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user