diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 58fc3db3..eb02a26c 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -139,7 +139,7 @@ struct Impl_GmRun { | |||
139 | 139 | ||
140 | uint32_t font : 14; | 140 | uint32_t font : 14; |
141 | uint32_t mediaType : 3; /* note: max_MediaType means preformatted block */ | 141 | uint32_t mediaType : 3; /* note: max_MediaType means preformatted block */ |
142 | uint32_t mediaId : 11; /* zero if not an image */ | 142 | uint32_t mediaId : 11; |
143 | uint32_t lineType : 3; | 143 | uint32_t lineType : 3; |
144 | uint32_t isLede : 1; | 144 | uint32_t isLede : 1; |
145 | }; | 145 | }; |