mirror of
https://github.com/polybar/polybar.git
synced 2026-03-30 20:18:50 +00:00
fix(ci): Forward decl. error
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user