]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / rawbmp.h
index 627961d149e32f7fe7f076bdba3208eae417168e..568fd7c667d7cac7ca0a1a8e3f976ea3a8f506a4 100644 (file)
@@ -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) { }