From: Chris Elliott Date: Fri, 2 May 2003 12:47:07 +0000 (+0000) Subject: fix bug to make Borland compile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e6c13db6ec2e73fea944771e0f318e9baa337f29 fix bug to make Borland compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index e5d03d0a6d..2d43d81e29 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -275,7 +275,7 @@ struct WXDLLEXPORT wxPixelDataOut typedef wxImagePixelFormat PixelFormat; // the type of the pixel components - typedef typename PixelFormat::ChannelType ChannelType; + typedef typename dummyPixelFormat::ChannelType ChannelType; // the pixel data we're working with typedef