From d18b9616bbe54db5d33363a197c8b9efa6161fa8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Apr 2011 03:28:21 +0300 Subject: Rename TrueTypeFont to SDLFont. --- src/commandhandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index 96af6e775..3b2f38f72 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -36,7 +36,7 @@ #include "gui/outfitwindow.h" #include "gui/shopwindow.h" #include "gui/trade.h" -#include "gui/truetypefont.h" +#include "gui/sdlfont.h" #include "gui/widgets/channeltab.h" #include "gui/widgets/chattab.h" @@ -984,11 +984,11 @@ void CommandHandler::handleCacheInfo(const std::string &args _UNUSED_, if (!chatWindow || !debugChatTab) return; - TrueTypeFont *font = dynamic_cast(chatWindow->getFont()); + SDLFont *font = dynamic_cast(chatWindow->getFont()); if (!font) return; - std::list *cache = font->getCache(); + std::list *cache = font->getCache(); if (!cache) return; -- cgit v1.2.3-60-g2f50