From 495e67385987e59d7d9ce9ffc75afa1f461097d1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 19 Sep 2014 23:44:29 +0000 Subject: [PATCH] Oops, a '{' got lost somewhere from the last commit... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/graphicc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/graphicc.cpp b/src/generic/graphicc.cpp index b65458a5b6..7b12c41f4c 100644 --- a/src/generic/graphicc.cpp +++ b/src/generic/graphicc.cpp @@ -1319,6 +1319,7 @@ wxCairoBitmapData::wxCairoBitmapData( wxGraphicsRenderer* renderer, cairo_surfac #if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1,11,0) if ( cairo_version() >= CAIRO_VERSION_ENCODE(1, 11, 0) ) + { m_width = cairo_image_surface_get_width(m_surface); m_height = cairo_image_surface_get_height(m_surface); }