Add "class" missing from "friend class". How did this compile on windows?
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Aug 2012 21:39:15 +0000 (21:39 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Aug 2012 21:39:15 +0000 (21:39 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5329 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/GrDrawTarget.h

index 862ace0..b3eee85 100644 (file)
@@ -78,7 +78,7 @@ public:
         int maxTextureSize() const { return fInternals.fMaxTextureSize; }
     private:
         CapsInternals fInternals;
-        friend GrDrawTarget; // to set values of fInternals
+        friend class GrDrawTarget; // to set values of fInternals
     };
 
     ///////////////////////////////////////////////////////////////////////////