From b7f9cb2820364ffb36fb479dcf5484eedbe35dd3 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 11 Oct 2016 15:31:52 +0200 Subject: [PATCH] fix(ci): Forward decl. error --- include/components/x11/color.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/components/x11/color.hpp b/include/components/x11/color.hpp index c5423146..c99a43f7 100644 --- a/include/components/x11/color.hpp +++ b/include/components/x11/color.hpp @@ -17,8 +17,7 @@ union rgba { uint32_t v; }; -class color; -static map g_colorstore; +static map g_colorstore; class color { public: