From a882a6f46779768f15d38e350781785d975e5007 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Jun 2009 19:57:27 +0000 Subject: GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs svn-id: r41931 --- gui/ThemeEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/ThemeEngine.cpp') diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 4628ec436b..166b11afe3 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -1447,7 +1447,7 @@ void ThemeEngine::listUsableThemes(Common::List &list) { output.clear(); } -void ThemeEngine::listUsableThemes(Common::FSNode node, Common::List &list, int depth) { +void ThemeEngine::listUsableThemes(const Common::FSNode &node, Common::List &list, int depth) { if (!node.exists() || !node.isReadable() || !node.isDirectory()) return; -- cgit v1.2.3