From: Mattia Barbon Date: Tue, 29 Apr 2003 21:15:28 +0000 (+0000) Subject: MinGW compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f734e1dad1a2b9aae1780cda64efd46233766c92?ds=sidebyside MinGW compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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