From 3f547cb6a7fcb86d01e063b99c2d8b79d356e87f Mon Sep 17 00:00:00 2001 From: bsalomon <bsalomon@google.com> Date: Thu, 26 Jun 2014 08:01:14 -0700 Subject: Add SK_API to SkWriter32 R=mtklein@google.com, senorblanco@google.com, senorblanco@chromium.org Author: bsalomon@google.com Review URL: https://codereview.chromium.org/356053002 --- include/core/SkWriter32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkWriter32.h b/include/core/SkWriter32.h index cadcaa7853..fd24ba9ddf 100644 --- a/include/core/SkWriter32.h +++ b/include/core/SkWriter32.h @@ -22,7 +22,7 @@ #include "SkTemplates.h" #include "SkTypes.h" -class SkWriter32 : SkNoncopyable { +class SK_API SkWriter32 : SkNoncopyable { public: /** * The caller can specify an initial block of storage, which the caller manages. -- cgit v1.2.3