Review URL: https://codereview.appspot.com/6420047

git-svn-id: http://skia.googlecode.com/svn/trunk@4658 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
vandebo@chromium.org 2012-07-18 18:53:28 +00:00
parent f2f8fc3726
commit 7f1ffa6b42

View File

@ -18,7 +18,7 @@
* but the actual ptr that is returned (by data() or bytes()) is guaranteed
* to always be the same for the life of this instance.
*/
class SkData : public SkRefCnt {
class SK_API SkData : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(SkData)