summaryrefslogtreecommitdiff
path: root/src/harfbuzz-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/harfbuzz-stream.h')
-rw-r--r--src/harfbuzz-stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/harfbuzz-stream.h b/src/harfbuzz-stream.h
index 0670804..a155cc2 100644
--- a/src/harfbuzz-stream.h
+++ b/src/harfbuzz-stream.h
@@ -37,10 +37,9 @@ HB_BEGIN_HEADER
typedef struct HB_StreamRec_
{
HB_Byte* base;
+ HB_Byte* cursor;
HB_UInt size;
HB_UInt pos;
-
- HB_Byte* cursor;
} HB_StreamRec;
#ifdef HB_USE_PACKED_STRUCTS