aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkMatrix44.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-05 19:12:59 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-05 19:12:59 +0000
commit65d8bb096af59d0f8c90a359c702d14009124b7f (patch)
tree11c99cf8fe6a67ac55b81dc09f43cf9faf90b580 /include/utils/SkMatrix44.h
parent3ef80cf14c3222f705c291123106991e52061678 (diff)
add SK_API to SkMatrix44
git-svn-id: http://skia.googlecode.com/svn/trunk@1794 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils/SkMatrix44.h')
-rw-r--r--include/utils/SkMatrix44.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h
index 53841fab63..e24231b51b 100644
--- a/include/utils/SkMatrix44.h
+++ b/include/utils/SkMatrix44.h
@@ -98,7 +98,7 @@ struct SkVector4 {
}
};
-class SkMatrix44 {
+class SK_API SkMatrix44 {
public:
SkMatrix44();
SkMatrix44(const SkMatrix44&);