From 08d793bb796f608774d6fdefd1950df54477e2c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Jul 2002 06:34:25 +0000 Subject: add BFont class, with Xft support --- src/Util.hh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/Util.hh') diff --git a/src/Util.hh b/src/Util.hh index 2a40308d..a0acd4cd 100644 --- a/src/Util.hh +++ b/src/Util.hh @@ -101,11 +101,9 @@ struct PointerAssassin { std::string itostring(unsigned long i); std::string itostring(long i); -inline std::string itostring(unsigned int i) { - return itostring((unsigned long) i); -} -inline std::string itostring(int i) { - return itostring((long) i); -} - +inline std::string itostring(unsigned int i) + { return itostring((unsigned long) i); } +inline std::string itostring(int i) + { return itostring((long) i); } + #endif -- cgit v1.2.3