]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/enhmeta.cpp
Some improvements to accessibility behaviour
[wxWidgets.git] / src / msw / enhmeta.cpp
index f7ab6178fa864d4899c70ebe90547809876ed9c3..6061f3dedab19f42662b0176391af2be9b1d4cdd 100644 (file)
@@ -183,8 +183,8 @@ wxEnhMetaFileDC::wxEnhMetaFileDC(const wxString& filename,
                                  const wxString& description)
 {
     ScreenHDC hdcRef;
-
-    RECT rect, *pRect;
+    RECT rect;
+       RECT *pRect;
     if ( width && height )
     {
         rect.top =
@@ -194,7 +194,7 @@ wxEnhMetaFileDC::wxEnhMetaFileDC(const wxString& filename,
 
         // CreateEnhMetaFile() wants them in HIMETRIC
         PixelToHIMETRIC(&rect.right, &rect.bottom);
-
+        
         pRect = ▭
     }
     else