Merge branch 'gcc7-conv-warn'

See https://github.com/wxWidgets/wxWidgets/pull/754
This commit is contained in:
Vadim Zeitlin
2018-03-06 20:02:22 +01:00
3 changed files with 12 additions and 12 deletions

View File

@@ -1014,7 +1014,7 @@ public:
@return A reference to this object (so that you can concatenate other
operations in the same line).
*/
wxSize& Scale(float xscale, float yscale);
wxSize& Scale(double xscale, double yscale);
/**
Sets the width and height members.