From e6c13db6ec2e73fea944771e0f318e9baa337f29 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 2 May 2003 12:47:07 +0000 Subject: [PATCH] fix bug to make Borland compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/rawbmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2