Fix some SVACE issues for yoga third-party code.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / third-party / yoga / YGStyle.cpp
index 7664dcf..c11dc4e 100644 (file)
@@ -99,7 +99,7 @@ bool YGStyle::operator==(const YGStyle& style) {
   return areNonFloatValuesEqual;
 }
 
-bool YGStyle::operator!=(YGStyle style) {
+bool YGStyle::operator!=(const YGStyle& style) {
   return !(*this == style);
 }