forked from organicmaps/organicmaps
[linux] fix gcc build.
This commit is contained in:
parent
1c5d235c4d
commit
70996d8cdc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace graphics
|
|||
inline int blueFromARGB(uint32_t c) {return (c & 0xFF); }
|
||||
inline int alphaFromARGB(uint32_t c) {return (c >> 24) & 0xFF;}
|
||||
|
||||
string DebugPrint(Color const & c)
|
||||
inline string DebugPrint(Color const & c)
|
||||
{
|
||||
ostringstream os;
|
||||
os << "r: " << (int)c.r << " ";
|
||||
|
|
Loading…
Add table
Reference in a new issue