mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
Color::to_hex_rgb had an incorrect declaration appended to it
This commit is contained in:
parent
f1e45b129c
commit
9beb7eff58
|
@ -109,7 +109,7 @@ namespace Blah
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns an RGB hex string of the color
|
// Returns an RGB hex string of the color
|
||||||
String Color::to_hex_rgb() const
|
String to_hex_rgb() const
|
||||||
{
|
{
|
||||||
static const char* hex = "0123456789ABCDEF";
|
static const char* hex = "0123456789ABCDEF";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user