Oops, a '{' got lost somewhere from the last commit...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-09-19 23:56:13 +00:00
parent b25a6a4bb6
commit fe7301b6b0

View File

@@ -1330,6 +1330,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);
}