From f2b6a31a9e5943e3c89929b0e8a11afd2d760f06 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 6 Jan 2002 15:54:13 +0000 Subject: [PATCH] removing dependancy on mac headers from public wx headers (eventually adding wx/ mac/private and typecasts) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/pngread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/pngread.h b/include/wx/mac/pngread.h index 2a5b4b40cd..2a9307ba9b 100644 --- a/include/wx/mac/pngread.h +++ b/include/wx/mac/pngread.h @@ -50,7 +50,7 @@ protected: long EfeWidth; // Efective Width - GWorldPtr lpbi; + void *lpbi; int bgindex; wxPalette* m_palette; bool imageOK; -- 2.45.2