add SK_API to SkMatrix44

git-svn-id: http://skia.googlecode.com/svn/trunk@1794 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-07-05 19:12:59 +00:00
parent 3ef80cf14c
commit 65d8bb096a

View File

@ -98,7 +98,7 @@ struct SkVector4 {
}
};
class SkMatrix44 {
class SK_API SkMatrix44 {
public:
SkMatrix44();
SkMatrix44(const SkMatrix44&);