diff --git a/src/hb-private.hh b/src/hb-private.hh index 9691b086d..ea6a8fa47 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -93,7 +93,8 @@ public: } private: void operator&() const; // whose address can't be taken -} nullptr = {}; // and whose name is nullptr +} _hb_nullptr = {}; // and whose name is nullptr +#define nullptr _hb_nullptr // Static assertions #ifndef static_assert