summaryrefslogtreecommitdiff
path: root/src/hb-ot-vorg-table.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-29 15:04:34 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-29 15:05:47 -0500
commit5c4fead734b082e0168e6811bec4bcaa19acc36a (patch)
treec99549f5fd56e902f80ae5b13eda3c18f0ffeeb7 /src/hb-ot-vorg-table.hh
parent9e4138c82548c2b29a1ae8801d2c6c7c1f1a9c7a (diff)
downloadharfbuzz-5c4fead734b082e0168e6811bec4bcaa19acc36a.tar.gz
Convert "static const hb_tag_t" constants to enum
Diffstat (limited to 'src/hb-ot-vorg-table.hh')
-rw-r--r--src/hb-ot-vorg-table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-vorg-table.hh b/src/hb-ot-vorg-table.hh
index a0480cbc..f724fe04 100644
--- a/src/hb-ot-vorg-table.hh
+++ b/src/hb-ot-vorg-table.hh
@@ -57,7 +57,7 @@ struct VertOriginMetric
struct VORG
{
- static const hb_tag_t tableTag = HB_OT_TAG_VORG;
+ enum { tableTag = HB_OT_TAG_VORG };
inline bool has_data (void) const { return version.to_int (); }