[Orxonox-commit 1918] r6635 - code/branches/chat/src/orxonox/graphics

scheusso at orxonox.net scheusso at orxonox.net
Mon Mar 29 13:46:38 CEST 2010


Author: scheusso
Date: 2010-03-29 13:46:38 +0200 (Mon, 29 Mar 2010)
New Revision: 6635

Modified:
   code/branches/chat/src/orxonox/graphics/ChatBox.cc
Log:
ChatBox.cc compiles fine now


Modified: code/branches/chat/src/orxonox/graphics/ChatBox.cc
===================================================================
--- code/branches/chat/src/orxonox/graphics/ChatBox.cc	2010-03-29 11:44:13 UTC (rev 6634)
+++ code/branches/chat/src/orxonox/graphics/ChatBox.cc	2010-03-29 11:46:38 UTC (rev 6635)
@@ -240,7 +240,7 @@
   }
 }
 
-CEGUI::Font* makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize)
+CEGUI::Font* ChatBox::makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize)
 {
   using namespace CEGUI;
 
@@ -287,7 +287,7 @@
   return font;
 }
 
-void changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize)
+void ChatBox::changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize)
 {
   using namespace CEGUI;
   WindowManager& winMgr = WindowManager::getSingleton();




More information about the Orxonox-commit mailing list