commit | 5c7d6f02d71362c2b192a7d96e6181977682921c | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 12 20:28:49 2014 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 12 20:28:49 2014 -0800 |
tree | 0d9b10388a4d4509494b4d18bf1ac09f48fdc029 | |
parent | 153beebba9b76901b8b62b90ba0dc69462ae2090 [diff] [blame] |
Minor
diff --git a/src/hb-private.hh b/src/hb-private.hh index cd02e2b..c92cdec 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh
@@ -715,7 +715,9 @@ */ template <typename T> -struct hb_printer_t {}; +struct hb_printer_t { + const char *print (const T&) { return "something"; } +}; template <> struct hb_printer_t<bool> {