diff --git a/source/simple/graphical/color_vector.hpp b/source/simple/graphical/color_vector.hpp index 19d61ce53d82b5a5faf724320f5d713cae9ff673..4bcd0ea7aa420dbee094c26e4005adb4817c440e 100644 --- a/source/simple/graphical/color_vector.hpp +++ b/source/simple/graphical/color_vector.hpp @@ -26,7 +26,7 @@ namespace simple::graphical // TODO: workaround for clang bug, that prevents inheriting the default constructor // https://bugs.llvm.org/show_bug.cgi?id=38673 - constexpr explicit color_vector() = default; + constexpr color_vector() = default; constexpr explicit color_vector(const base& other) : base(other)