fix(ci): Forward decl. error

This commit is contained in:
Michael Carlberg 2016-10-11 15:31:52 +02:00
parent e5d981faf9
commit b7f9cb2820
1 changed files with 1 additions and 2 deletions

View File

@ -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: