aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-03 15:51:56 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-03 15:51:56 +0000
commit48cf8ac1442e62edc6fcd4af37e869326186d25e (patch)
tree6e42eb62dc89ea3e59555026ea6662942b7d0baf /include
parentd16983b31f5750c28f0b493f3639d407f1b94610 (diff)
change forward decl of SkMatrix from struct (wrong) to class (correct)
fixes issue http://code.google.com/p/skia/issues/detail?id=139 git-svn-id: http://skia.googlecode.com/svn/trunk@755 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/views/SkImageView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkImageView.h b/include/views/SkImageView.h
index 157abb180e..57215c9dce 100644
--- a/include/views/SkImageView.h
+++ b/include/views/SkImageView.h
@@ -22,7 +22,7 @@
class SkAnimator;
class SkBitmap;
-struct SkMatrix;
+class SkMatrix;
class SkImageView : public SkView {
public: