X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8601b2e15bf924d4be6b7843064028e514a71ec8..19caf2292672bd3c6ecad003ab213709f2d98319:/src/x11/bitmap.cpp diff --git a/src/x11/bitmap.cpp b/src/x11/bitmap.cpp index 9659dc351c..38f8aba90a 100644 --- a/src/x11/bitmap.cpp +++ b/src/x11/bitmap.cpp @@ -370,7 +370,7 @@ bool wxBitmap::CreateFromXpm( const char **bits ) XGetGeometry( xdisplay, pixmap, &xroot, &xRet, &yRet, &widthRet, &heightRet, &borderWidthRet, &depthRet); - wxASSERT_MSG( bpp == (int)depthRet, wxT("colour depth mismatch") ) + wxASSERT_MSG( bpp == (int)depthRet, wxT("colour depth mismatch") ); #endif XpmFreeAttributes(&xpmAttr);