summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-02 20:06:48 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-02 20:06:48 -0400
commit48cc6e95b7b16c56ebad8636204b0f9599400ac5 (patch)
tree838472cae0b1e7c2deb121f2f515dcd720214904
parentc71d6fc16863a662dad7eba81832624201a16533 (diff)
downloadpango-48cc6e95b7b16c56ebad8636204b0f9599400ac5.tar.gz
[HB] Rename hb-font.c to hb-font.cc
-rw-r--r--pango/opentype/Makefile.am2
-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