commit | 4a551d49cf44397a99c73787f63409568cf85009 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 21:28:10 2013 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 21:28:10 2013 +0000 |
tree | 22c4b4ca2be1a5b7070f7b9dc9ca50d4b54fb060 | |
parent | 2c31a4678db7a8451b1e999ad4b2b9ae706fa3e4 [diff] |
struct != class, even in a friend forward declare git-svn-id: http://skia.googlecode.com/svn/trunk@9783 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index e03a46f..07d2ca5 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h
@@ -691,7 +691,7 @@ bool hasMipMap() const; void freeMipMap(); - friend class SkBitmapProcState; + friend struct SkBitmapProcState; }; class SkAutoLockPixels : public SkNoncopyable {