commit | 7f7b1370d37b9187f688dea5e6fee5ea7c2b7290 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu May 24 14:09:04 2018 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu May 24 14:09:04 2018 -0700 |
tree | 71daba98c2b4cbf041b9e28f6e64ad56a1a8390b | |
parent | 31c4236d9643063e518289b28c3e17cedd8401e0 [diff] |
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.