compiler warning fixed
This commit is contained in:
parent
51a7e4e589
commit
4b1ac99740
@ -98,10 +98,12 @@ namespace
|
||||
return value * factor;
|
||||
}
|
||||
|
||||
#if 0
|
||||
inline double operator ""_dp( long double value )
|
||||
{
|
||||
return dpToPixels( value );
|
||||
}
|
||||
#endif
|
||||
|
||||
inline double operator ""_dp( unsigned long long int value )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user