summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-12-13 11:23:55 +0100
committer ImJezze <jezze@gmx.net>2015-12-13 11:23:55 +0100
commit4e580a77b9da9b78aba1fec8e44b1de5a4a14aaf (patch)
treedf0e1d28daa79b9151088498a933cd1fc37c9c07 /3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h
parent1cda42b22e591965ee69561fcf52272bd991b3b2 (diff)
parent14d5966a379e9783ba724750a5f84a72af62cadc (diff)
Merge pull request #9 from mamedev/master
Sync to base master
Diffstat (limited to '3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h')
-rw-r--r--3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h b/3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h
index a0944961ced..cdf4fde07a1 100644
--- a/3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h
+++ b/3rdparty/luabridge/Source/LuaBridge/detail/LuaException.h
@@ -63,7 +63,7 @@ public:
//----------------------------------------------------------------------------
- char const* what() const throw ()
+ char const* what() const throw () override
{
return m_what.c_str();
}