small patch to luabridge (nw)

This commit is contained in:
Miodrag Milanovic 2015-12-06 15:12:54 +01:00
parent 9e020f8a89
commit a70def4121

View File

@ -63,7 +63,7 @@ public:
//----------------------------------------------------------------------------
char const* what() const throw ()
char const* what() const throw () override
{
return m_what.c_str();
}