fix(ci): Forward decl. error
This commit is contained in:
parent
e5d981faf9
commit
b7f9cb2820
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ union rgba {
|
|||
uint32_t v;
|
||||
};
|
||||
|
||||
class color;
|
||||
static map<string, color> g_colorstore;
|
||||
static map<string, class color> g_colorstore;
|
||||
|
||||
class color {
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue