wxWidgets/tests/geometry
Vadim Zeitlin 2bbe126dca Add operator/(wxSize, double)
For some reason, while both operator*(wxSize, double) and
wxSize::operator/=(double) existed, this one did not, which was
unexpected, so add it too.
2021-11-20 22:06:28 +01:00
..
point.cpp Get rid of CppUnit boilerplate in wxPoint and wxRealPoint tests 2021-11-20 21:57:35 +01:00
rect.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
region.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
size.cpp Add operator/(wxSize, double) 2021-11-20 22:06:28 +01:00