diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-02 20:06:48 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-02 20:06:48 -0400 |
commit | 48cc6e95b7b16c56ebad8636204b0f9599400ac5 (patch) | |
tree | 838472cae0b1e7c2deb121f2f515dcd720214904 /pango/opentype | |
parent | c71d6fc16863a662dad7eba81832624201a16533 (diff) | |
download | pango-48cc6e95b7b16c56ebad8636204b0f9599400ac5.tar.gz |
[HB] Rename hb-font.c to hb-font.cc
Diffstat (limited to 'pango/opentype')
-rw-r--r-- | pango/opentype/Makefile.am | 2 | ||||
-rw-r--r-- | pango/opentype/hb-font.cc (renamed from pango/opentype/hb-font.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am index ea2c2940..f2a6f1df 100644 --- a/pango/opentype/Makefile.am +++ b/pango/opentype/Makefile.am @@ -10,7 +10,7 @@ HBSOURCES = \ hb-blob.c \ hb-buffer.c \ hb-buffer-private.h \ - hb-font.c \ + hb-font.cc \ hb-font-private.h \ hb-private.h \ hb-open-file-private.hh \ diff --git a/pango/opentype/hb-font.c b/pango/opentype/hb-font.cc index dbe82baf..dbe82baf 100644 --- a/pango/opentype/hb-font.c +++ b/pango/opentype/hb-font.cc |