Fix Uniscribe build
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 24 May 2018 21:09:04 +0000 (14:09 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 24 May 2018 21:09:04 +0000 (14:09 -0700)
commit7f7b1370d37b9187f688dea5e6fee5ea7c2b7290
tree71daba98c2b4cbf041b9e28f6e64ad56a1a8390b
parent31c4236d9643063e518289b28c3e17cedd8401e0
Fix Uniscribe build

If a pointer type was passed to Null(), reinterpret_cast<> was
complaining about qualifiers being removed. Turns out I need the const on
the other side of "Type" to fix that.  Also remove unused const from
NullPool type.
src/dump-emoji.cc
src/dump-fon.cc
src/hb-ot-layout.cc
src/hb-private.hh
src/hb-subset.cc
src/main.cc