Fixed incorrect code

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3769 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2009-07-19 00:33:58 +00:00
parent f856a11031
commit 4fcf2830a0

View File

@@ -138,7 +138,7 @@ namespace GUIEngine
bool m_show_bounding_box;
template<typename T> T* Widget::getIrrlichtElement()
template<typename T> T* getIrrlichtElement()
{
#if defined(WIN32) || defined(NDEBUG)
return static_cast<T*>(m_element);