Minor
This commit is contained in:
parent
8938dd23c6
commit
6492b2345c
|
@ -146,7 +146,7 @@ struct LONGDATETIME
|
||||||
* system, feature, or baseline */
|
* system, feature, or baseline */
|
||||||
struct Tag : HBUINT32
|
struct Tag : HBUINT32
|
||||||
{
|
{
|
||||||
Tag& operator = (uint32_t i) { HBUINT32::operator= (i); return *this; }
|
Tag& operator = (hb_tag_t i) { HBUINT32::operator= (i); return *this; }
|
||||||
/* What the char* converters return is NOT nul-terminated. Print using "%.4s" */
|
/* What the char* converters return is NOT nul-terminated. Print using "%.4s" */
|
||||||
operator const char* () const { return reinterpret_cast<const char *> (&this->v); }
|
operator const char* () const { return reinterpret_cast<const char *> (&this->v); }
|
||||||
operator char* () { return reinterpret_cast<char *> (&this->v); }
|
operator char* () { return reinterpret_cast<char *> (&this->v); }
|
||||||
|
|
Loading…
Reference in New Issue