projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a15d0
)
[aat] Fix builds
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 12 Jan 2018 08:38:55 +0000
(09:38 +0100)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 12 Jan 2018 08:38:55 +0000
(09:38 +0100)
src/hb-aat-layout-morx-table.hh
patch
|
blob
|
history
diff --git
a/src/hb-aat-layout-morx-table.hh
b/src/hb-aat-layout-morx-table.hh
index cedab1b199f287d4a7b3d703ac0ec879bbe12a2e..f4f03ab8c46a0773c4a62a6549db19f04f907b74 100644
(file)
--- a/
src/hb-aat-layout-morx-table.hh
+++ b/
src/hb-aat-layout-morx-table.hh
@@
-142,9
+142,9
@@
struct RearrangementSubtable
public:
bool ret;
private:
- unsigned int start
= 0
;
- unsigned int end
= 0
;
- unsigned int last_zero_before_start
= 0
;
+ unsigned int start;
+ unsigned int end;
+ unsigned int last_zero_before_start;
};
inline bool apply (hb_apply_context_t *c) const