added missing typename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -636,7 +636,9 @@ class wxPixelData :
|
||||
public wxPixelDataOut<Image>::template wxPixelDataIn<PixelFormat>
|
||||
{
|
||||
public:
|
||||
typedef wxPixelDataOut<Image>::template wxPixelDataIn<PixelFormat> Base;
|
||||
typedef
|
||||
typename wxPixelDataOut<Image>::template wxPixelDataIn<PixelFormat>
|
||||
Base;
|
||||
|
||||
wxPixelData(Image& image) : Base(image) { }
|
||||
|
||||
|
Reference in New Issue
Block a user