diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index 22e164613e..8221f6ba21 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -132,7 +132,8 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const } if (width) *width = deviceWidth; - if (height) *height = deviceHeight; + if ( height ) + *height = deviceHeight; } void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const