]> git.saurik.com Git - wxWidgets.git/commitdiff
MinGW compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 29 Apr 2003 21:15:28 +0000 (21:15 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 29 Apr 2003 21:15:28 +0000 (21:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/rawbmp.h

index 7967318a03c29ebce2a66b4ce0f3a643c1c642d8..b0037d896626422bfd7d22645852b666fd9c3b46 100644 (file)
@@ -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