Kaydet (Commit) a59848c9 authored tarafından David Tardon's avatar David Tardon

really compare to the other instance

Change-Id: I8cef7d7d41ee4ca22a23aad4fa6c9a5b73822275
üst 60b052cc
...@@ -58,8 +58,8 @@ namespace drawinglayer ...@@ -58,8 +58,8 @@ namespace drawinglayer
bool operator==(const SvgGradientEntry& rCompare) const bool operator==(const SvgGradientEntry& rCompare) const
{ {
return (getOffset() == rCompare.getOffset() return (getOffset() == rCompare.getOffset()
&& getColor() == getColor() && getColor() == rCompare.getColor()
&& getOpacity() == getOpacity()); && getOpacity() == rCompare.getOpacity());
} }
bool operator<(const SvgGradientEntry& rCompare) const bool operator<(const SvgGradientEntry& rCompare) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment