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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user