From: Vadim Zeitlin Date: Sun, 11 May 2003 01:04:10 +0000 (+0000) Subject: added missing typename X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/edb57eaebe0e29128e607051a96c0ed9d852db1d?ds=sidebyside added missing typename git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/rawbmp.h b/include/wx/rawbmp.h index 627961d149..568fd7c667 100644 --- a/include/wx/rawbmp.h +++ b/include/wx/rawbmp.h @@ -636,7 +636,9 @@ class wxPixelData : public wxPixelDataOut::template wxPixelDataIn { public: - typedef wxPixelDataOut::template wxPixelDataIn Base; + typedef + typename wxPixelDataOut::template wxPixelDataIn + Base; wxPixelData(Image& image) : Base(image) { }