]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dcscreen.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / mac / carbon / dcscreen.h
index 891444cbf4d9afe1c60d5a5f30ddb88bc0f94980..052f5fb7b857ab1ee4669fbd6ebf8e3b7824dd60 100644 (file)
@@ -30,7 +30,7 @@ class WXDLLEXPORT wxScreenDC: public wxWindowDC
   static bool EndDrawingOnTop() { return TRUE; }
  private:
 #if wxMAC_USE_CORE_GRAPHICS
-       wxUint32 m_displayId;
+       void* m_overlayWindow;
 #endif
 };