diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-19 13:27:04 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-19 13:27:04 +0000 |
commit | 44706382dd9a70e9fcd3a06638abb503bbe35c96 (patch) | |
tree | d1ea820f8129ea4b9fab11f874e2719a2cab79e5 | |
parent | bb39a297727fd70ba6b690b8bdfc62200854df86 (diff) |
Fix class/struct warning
Review URL: http://codereview.appspot.com/6073044/
git-svn-id: http://skia.googlecode.com/svn/trunk@3730 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | src/gpu/gl/GrGLProgramStage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLProgramStage.h b/src/gpu/gl/GrGLProgramStage.h index c9c4100c1a..83c736d0dd 100644 --- a/src/gpu/gl/GrGLProgramStage.h +++ b/src/gpu/gl/GrGLProgramStage.h @@ -14,7 +14,7 @@ #include "../GrStringBuilder.h" class GrCustomStage; -class GrGLInterface; +struct GrGLInterface; /** @file This file contains specializations for OpenGL of the shader stages |