X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fthird-party%2Fyoga%2FYGLayout.h;h=a820746fc8acca9dc8b5dd26b421acdd5a343a56;hb=acd889e1216f09643136902ba7a115c2e5589418;hp=46ca130d29bf46e38ab45c9fc1ac9d640bb0cad2;hpb=334b065ec7bae11e7ac483b2f96e5545ce7363f4;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/third-party/yoga/YGLayout.h b/dali-toolkit/third-party/yoga/YGLayout.h index 46ca130..a820746 100644 --- a/dali-toolkit/third-party/yoga/YGLayout.h +++ b/dali-toolkit/third-party/yoga/YGLayout.h @@ -37,6 +37,6 @@ struct YGLayout { YGLayout(); - bool operator==(YGLayout layout) const; - bool operator!=(YGLayout layout) const; + bool operator==(const YGLayout& layout) const; + bool operator!=(const YGLayout& layout) const; };