RESOLVED FIXED 29104
wx port lacks IntSize <-> wxSize implicit conversion
https://bugs.webkit.org/show_bug.cgi?id=29104
Summary wx port lacks IntSize <-> wxSize implicit conversion
Kevin Watters
Reported 2009-09-09 14:22:12 PDT
To match IntRect and WebCore::String, IntSize should be implicitly convertible to and from wxSize.
Attachments
adds implicit constructor and operator() for IntSize<->wxSize (3.07 KB, patch)
2009-09-09 14:23 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Kevin Watters
Comment 1 2009-09-09 14:23:46 PDT
Created attachment 39300 [details] adds implicit constructor and operator() for IntSize<->wxSize
Kevin Ollivier
Comment 2 2009-09-09 15:51:21 PDT
Landed in r48232, thanks!
Note You need to log in before you can comment on or make changes to this bug.