]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tfm-reader.hh
* flower/include/axis.hh: rename from axes.hh
[lilypond.git] / lily / include / tfm-reader.hh
index 4c826d162e68331aef059a0baa414a9760ae7d80..a42a5601e6da97aa12d507ec92e288d8a063e73a 100644 (file)
@@ -26,8 +26,8 @@ private:
   void read_char_metrics ();
   Tex_font_char_metric read_char_metric (Char_code code);
   Tex_font_char_metric read_char ();
-  void read_lig_kern_program (Array<Tfm_ligature>ligatures,
-                             Array<Tfm_kern>kerns);
+  void read_lig_kern_program (Array<Tfm_ligature> *ligatures,
+                             Array<Tfm_kern> *kerns);
 
   Binary_source_file input_;