Index: include/core/SkDeque.h |
=================================================================== |
--- include/core/SkDeque.h (revision 10709) |
+++ include/core/SkDeque.h (working copy) |
@@ -81,7 +81,7 @@ |
void reset(const SkDeque& d, IterStart startLoc); |
private: |
- SkDeque::Block* fCurBlock; |
+ SkDeque::Block* fCurBlock; |
char* fPos; |
size_t fElemSize; |
}; |