From 9d7277df7a5a9fb3cb548f8d29413126aeaad30d Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Wed, 2 Feb 2011 10:20:31 +0100 Subject: [PATCH] gdiplus: Qualify reference to Gdiplus::Pixelformat. --- include/gdiplusimaging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gdiplusimaging.h b/include/gdiplusimaging.h index 42a00cbef4e..7c199c3d5bd 100644 --- a/include/gdiplusimaging.h +++ b/include/gdiplusimaging.h @@ -110,7 +110,7 @@ public: UINT Width; UINT Height; INT Stride; - PixelFormat PixelFormat; + Gdiplus::PixelFormat PixelFormat; VOID* Scan0; UINT_PTR Reserved; };