compiler warning fixed

This commit is contained in:
Uwe Rathmann 2022-10-14 17:13:03 +02:00
parent 51a7e4e589
commit 4b1ac99740
1 changed files with 2 additions and 0 deletions

View File

@ -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 )
{