From f734e1dad1a2b9aae1780cda64efd46233766c92 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Tue, 29 Apr 2003 21:15:28 +0000 Subject: [PATCH] MinGW compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20381 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 7967318a03..b0037d8966 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -251,7 +251,7 @@ struct WXDLLEXPORT wxPixelDataOut { // NB: this is a template class even though it doesn't use its template // parameter because otherwise wxPixelData couldn't compile - template + template class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase { // the type of the class we're working with -- 2.50.0