]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
[ 1541434 ] wxListView::IsSelected should be const
[wxWidgets.git] / include / wx / rawbmp.h
index f9a8df2ab7336af5192d17350f2ec728cc2da8e2..d4e9b60d45c7a740d83910c312cfb40fc5cb2e91 100644 (file)
@@ -520,6 +520,12 @@ struct wxPixelDataOut<wxBitmap>
                             bmp.GetRawData(data, PixelFormat::BitsPerPixel);
             }
 
+            // default constructor
+            Iterator()
+            {
+                m_ptr = NULL;
+            }
+            
             // return true if this iterator is valid
             bool IsOk() const { return m_ptr != NULL; }