From b28e21b90c4105a0c2e17009b748777294614664 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 2 Aug 2009 20:06:48 -0400 Subject: [PATCH] [HB] Rename hb-font.c to hb-font.cc --- src/Makefile.am | 2 +- src/{hb-font.c => hb-font.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{hb-font.c => hb-font.cc} (100%) diff --git a/src/Makefile.am b/src/Makefile.am index ea2c294..f2a6f1d 100644 --- a/src/Makefile.am +++ b/src/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/src/hb-font.c b/src/hb-font.cc similarity index 100% rename from src/hb-font.c rename to src/hb-font.cc -- 2.7.4