]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
Empty string corrections.
[wxWidgets.git] / src / common / image.cpp
index 29562c0ebece1eebe155101ee89fab128013d334..50307d6ec88ab5ada3e46dc38bf45c0a674ac086 100644 (file)
@@ -1879,7 +1879,7 @@ void wxImage::RotateHue(double angle)
     wxImage::HSVValue hsv;
     wxImage::RGBValue rgb;
 
-    assert (angle >= -1.0 && angle <= 1.0);
+    wxASSERT (angle >= -1.0 && angle <= 1.0);
     count = M_IMGDATA->m_width * M_IMGDATA->m_height;
     if (count > 0 && angle != 0.0)
     {