summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-open-types-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 21:32:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 21:32:57 -0400
commit23663fe3b506d0f9b44168dcf0b0a80d102b0877 (patch)
treeef29d19228b428c583bc4bbaa28762f4c7ff88eb /pango/opentype/hb-open-types-private.hh
parentd55d065f2ad518879ae1992f13d1b86e109548a1 (diff)
downloadpango-23663fe3b506d0f9b44168dcf0b0a80d102b0877.tar.gz
[HB] Hook Sanitizer up. Hell's breaking loose right now
Diffstat (limited to 'pango/opentype/hb-open-types-private.hh')
-rw-r--r--pango/opentype/hb-open-types-private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-open-types-private.hh b/pango/opentype/hb-open-types-private.hh
index 1ec7d1eb..1af7c08a 100644
--- a/pango/opentype/hb-open-types-private.hh
+++ b/pango/opentype/hb-open-types-private.hh
@@ -304,7 +304,7 @@ struct Sanitizer
}
}
- static const Type& instantiate (hb_blob_t *blob) {
+ static const Type& lock_instance (hb_blob_t *blob) {
return Type::get_for_data (hb_blob_lock (blob));
}
};