[aat] Fix builds
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 12 Jan 2018 08:38:55 +0000 (09:38 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 12 Jan 2018 08:38:55 +0000 (09:38 +0100)
src/hb-aat-layout-morx-table.hh

index cedab1b199f287d4a7b3d703ac0ec879bbe12a2e..f4f03ab8c46a0773c4a62a6549db19f04f907b74 100644 (file)
@@ -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