diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-29 14:48:38 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-29 14:48:38 +0000 |
commit | 650ead2f1b1180b04cbdd1550bceb2ab45922db3 (patch) | |
tree | 4ba1c7c7116c83db18721fb9dce75f5729a84168 | |
parent | 50df4d013f840749f70d1759c23c4217e727fd54 (diff) |
Added SK_API to SkPathRef.h
git-svn-id: http://skia.googlecode.com/svn/trunk@11515 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/core/SkPathRef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h index eefbf66a37..2c5086aa92 100644 --- a/include/core/SkPathRef.h +++ b/include/core/SkPathRef.h @@ -34,7 +34,7 @@ class SkWBuffer; * logical verb or the last verb in memory). */ -class SkPathRef : public ::SkRefCnt { +class SK_API SkPathRef : public ::SkRefCnt { public: SK_DECLARE_INST_COUNT(SkPathRef); |