]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Include more information in assert in wxNumberFormatter.
[wxWidgets.git] / src / common / gdicmn.cpp
index cc9045fbe0e101826ec1c948a8edfb4b97986b11..e87361656b39dcdfac7d7c6a72f2077f2bba0ee5 100644 (file)
@@ -253,7 +253,7 @@ wxRect operator*(const wxRect& r1, const wxRect& r2)
 }
 
 wxRealPoint::wxRealPoint(const wxPoint& pt)
- : x(pt.x), y(pt.y) 
+ : x(pt.x), y(pt.y)
 {
 }