commit | 1cd84930b25bf12e094b416a0ea4ae5fe839f537 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu May 10 19:23:31 2012 -0700 |
committer | Stephen Hines <srhines@google.com> | Thu May 10 19:23:31 2012 -0700 |
tree | a24fe5c845aee77ac470dae7ba03d459143068d8 | |
parent | 1d892439c73e73ae2cdceb5df30f34f7c5eefe28 [diff] |
Fix warning from clang (class -> struct). Change-Id: I298a062b161177f34849a4526a817d0b978efe60
diff --git a/driver/rsdFrameBufferObj.h b/driver/rsdFrameBufferObj.h index c6e7deb..e388e2d 100644 --- a/driver/rsdFrameBufferObj.h +++ b/driver/rsdFrameBufferObj.h
@@ -19,7 +19,7 @@ #include <rsContext.h> -class DrvAllocation; +struct DrvAllocation; class RsdFrameBufferObj { public: