Fix some SVACE issues for yoga third-party code.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / third-party / yoga / YGLayout.h
index 46ca130..a820746 100644 (file)
@@ -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;
 };