Color::to_hex_rgb had an incorrect declaration appended to it

This commit is contained in:
Noel Berry 2022-02-12 12:30:51 -08:00
parent f1e45b129c
commit 9beb7eff58

View File

@ -109,7 +109,7 @@ namespace Blah
}
// Returns an RGB hex string of the color
String Color::to_hex_rgb() const
String to_hex_rgb() const
{
static const char* hex = "0123456789ABCDEF";