File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/react-native-reanimated/Common/cpp/reanimated/CSS Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ enum class CSSColorType {
4141
4242struct CSSColor : public CSSColorBase <CSSColorType, CSSColor> {
4343 using CSSColorBase<CSSColorType, CSSColor>::CSSColorBase;
44+ using CSSColorBase<CSSColorType, CSSColor>::operator ==;
4445
4546 explicit CSSColor (jsi::Runtime &rt, const jsi::Value &jsiValue);
4647 explicit CSSColor (const folly::dynamic &value);
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ enum class SVGBrushType {
1414
1515struct SVGBrush : public CSSColorBase <SVGBrushType, SVGBrush> {
1616 using CSSColorBase<SVGBrushType, SVGBrush>::CSSColorBase;
17+ using CSSColorBase<SVGBrushType, SVGBrush>::operator ==;
1718
1819 explicit SVGBrush (jsi::Runtime &rt, const jsi::Value &jsiValue);
1920 explicit SVGBrush (const folly::dynamic &value);
You can’t perform that action at this time.
0 commit comments