From 57788b5ada1a5d94ce3fd7606726bcb3c0f6e65a Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 22 Feb 2011 21:00:31 +0000 Subject: [PATCH] Fix warnings about struct being forward declared as a class git-svn-id: http://skia.googlecode.com/svn/trunk@833 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkClipStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h index bd64d66..fb94155 100644 --- a/include/core/SkClipStack.h +++ b/include/core/SkClipStack.h @@ -4,7 +4,7 @@ #include "SkDeque.h" #include "SkRegion.h" -class SkRect; +struct SkRect; class SkPath; class SkClipStack { -- 2.7.4