Avoid -Wdouble-promotion warnings in headers
This commit is contained in:
@@ -305,7 +305,7 @@ public:
|
||||
{ return DoWriteLong(key, value); }
|
||||
|
||||
bool Write(const wxString& key, float value)
|
||||
{ return DoWriteDouble(key, value); }
|
||||
{ return DoWriteDouble(key, double(value)); }
|
||||
|
||||
// Causes ambiguities in under OpenVMS
|
||||
#if !defined( __VMS )
|
||||
|
Reference in New Issue
Block a user