aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 20:52:12 +0000
committerGravatar humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 20:52:12 +0000
commitdd85088cd3c9b9890318a16f1fadb16e6d0253d0 (patch)
tree5475c6aa15326c2826be25d1c286eb2395c9b2bd /src/core
parentf436683829f04db892c725a06cee545099afade9 (diff)
struct and class forward declarations incompatible on some compilers
git-svn-id: http://skia.googlecode.com/svn/trunk@10211 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkBitmapProcState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h
index 3c8e346807..6df683fa36 100644
--- a/src/core/SkBitmapProcState.h
+++ b/src/core/SkBitmapProcState.h
@@ -31,7 +31,7 @@
#endif
class SkPaint;
-class SkConvolutionProcs;
+struct SkConvolutionProcs;
struct SkBitmapProcState {