aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRefDict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRefDict.h')
-rw-r--r--src/core/SkRefDict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRefDict.h b/src/core/SkRefDict.h
index fec49ceb7a..cc2a7889bb 100644
--- a/src/core/SkRefDict.h
+++ b/src/core/SkRefDict.h
@@ -15,7 +15,7 @@
* A dictionary of string,refcnt pairs. The dictionary is also an owner of the
* refcnt objects while they are contained.
*/
-class SK_API SkRefDict : SkNoncopyable {
+class SkRefDict : SkNoncopyable {
public:
SkRefDict();
~SkRefDict();