]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/penguin.cpp
Avoid incompatible operand types
[wxWidgets.git] / samples / opengl / penguin / penguin.cpp
index e18cb95adc1c5cdea3c349c7e131c43e7e94bdee..aa01dc0ccbb95481e667e05a35a1894bb7f99e14 100644 (file)
@@ -78,7 +78,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos,
     const wxSize& size, long style)
     : wxFrame(frame, wxID_ANY, title, pos, size, style)
 {
-    SetIcon(wxIcon(sample_xpm));
+    SetIcon(wxICON(sample));
 
     // Make the "File" menu
     wxMenu *fileMenu = new wxMenu;