summaryrefslogtreecommitdiff
path: root/internal_rewrite/color.hpp
diff options
context:
space:
mode:
authorUnknown <azeem@live.ru>2018-11-03 11:54:21 +0000
committerUnknown <azeem@live.ru>2018-11-03 11:54:21 +0000
commit90c1619363d89e0ab041f72945b36cfde8b2917a (patch)
treeb3e99a8daf7598bec2eda3dc6f488e687f0b63e8 /internal_rewrite/color.hpp
parentb48ce5a80d059d802d1ef3a872731df45ee57c9d (diff)
gay shit
Diffstat (limited to 'internal_rewrite/color.hpp')
-rw-r--r--internal_rewrite/color.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/color.hpp b/internal_rewrite/color.hpp
index 49112dd..5ffd2a0 100644
--- a/internal_rewrite/color.hpp
+++ b/internal_rewrite/color.hpp
@@ -42,7 +42,7 @@ public:
class clr_t {
uint8_t R, G, B, A;
public:
- clr_t( ) : R( 0 ), G( 0 ), B( 0 ), A( 0 ) { }
+ clr_t( ) = default;
clr_t( uint8_t r, uint8_t g, uint8_t b, uint8_t a ) : R( r ), G( g ), B( b ), A( a ) { }