Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 13 Dec 2014 04:28:49 +0000 (20:28 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 13 Dec 2014 04:28:49 +0000 (20:28 -0800)
src/hb-private.hh

index cd02e2b..c92cdec 100644 (file)
@@ -715,7 +715,9 @@ _hb_debug_msg<0> (const char *what HB_UNUSED,
  */
 
 template <typename T>
-struct hb_printer_t {};
+struct hb_printer_t {
+  const char *print (const T&) { return "something"; }
+};
 
 template <>
 struct hb_printer_t<bool> {