diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index fc0db374aa..70b69bbb9b 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -156,7 +156,8 @@ void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const if ( width ) *width = deviceWidthMM; - if (height) *height = deviceHeightMM; + if ( height ) + *height = deviceHeightMM; } int wxQtDCImpl::GetDepth() const