diff options
Diffstat (limited to 'core/fxge')
-rw-r--r-- | core/fxge/cfx_color.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/cfx_color.h b/core/fxge/cfx_color.h index 413c0a49c1..099e19b11e 100644 --- a/core/fxge/cfx_color.h +++ b/core/fxge/cfx_color.h @@ -37,6 +37,8 @@ struct CFX_Color { fColor3(b / 255.0f), fColor4(0) {} + CFX_Color(const CFX_Color&) = default; + CFX_Color operator/(float fColorDivide) const; CFX_Color operator-(float fColorSub) const; |