aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 6016895e94..cf9f19a93c 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -42,7 +42,7 @@ public:
SkPath& operator=(const SkPath&);
- friend bool operator==(const SkPath&, const SkPath&);
+ friend SK_API bool operator==(const SkPath&, const SkPath&);
friend bool operator!=(const SkPath& a, const SkPath& b) {
return !(a == b);
}