MinGW compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
91fd135b38
commit
f734e1dad1
@ -251,7 +251,7 @@ struct WXDLLEXPORT wxPixelDataOut<wxImage>
|
||||
{
|
||||
// NB: this is a template class even though it doesn't use its template
|
||||
// parameter because otherwise wxPixelData couldn't compile
|
||||
template <class PixelFormat>
|
||||
template <class dummyPixelFormat>
|
||||
class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase
|
||||
{
|
||||
// the type of the class we're working with
|
||||
|
Loading…
Reference in New Issue
Block a user