]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / include / wx / rawbmp.h
index 8901f1b2f3ed3fe95f5cb3880c06a776f996f88d..1595183e51a05d72ae6003d6df9f584fdb2f0e01 100644 (file)
@@ -713,7 +713,7 @@ typedef wxPixelData<wxBitmap, wxAlphaPixelFormat> wxAlphaPixelData;
     partial template specialization then and neither VC6 nor VC7 provide it.
  */
 template < class Image, class PixelFormat = wxPixelFormatFor<Image> >
-struct wxPixelIterator : wxPixelData<Image, PixelFormat>::Iterator
+struct wxPixelIterator : public wxPixelData<Image, PixelFormat>::Iterator
 {
 };