aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/sfntly/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/sfntly/font.h')
-rw-r--r--cpp/src/sfntly/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/sfntly/font.h b/cpp/src/sfntly/font.h
index 975e8cc..2220adb 100644
--- a/cpp/src/sfntly/font.h
+++ b/cpp/src/sfntly/font.h
@@ -245,7 +245,7 @@ class Font : public RefCounted<Font> {
int32_t num_tables() { return (int32_t)tables_.size(); }
// Whether the font has a particular table.
- bool HasTable(int32_t tag);
+ bool HasTable(int32_t tag) const;
// UNIMPLEMENTED: public Iterator<? extends Table> iterator