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:
@@ -251,7 +251,7 @@ struct WXDLLEXPORT wxPixelDataOut<wxImage>
|
|||||||
{
|
{
|
||||||
// NB: this is a template class even though it doesn't use its template
|
// NB: this is a template class even though it doesn't use its template
|
||||||
// parameter because otherwise wxPixelData couldn't compile
|
// parameter because otherwise wxPixelData couldn't compile
|
||||||
template <class PixelFormat>
|
template <class dummyPixelFormat>
|
||||||
class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase
|
class WXDLLEXPORT wxPixelDataIn : public wxPixelDataBase
|
||||||
{
|
{
|
||||||
// the type of the class we're working with
|
// the type of the class we're working with
|
||||||
|
Reference in New Issue
Block a user