Remove an unneeded semicolon.
This commit is contained in:
parent
a1855fe454
commit
8d428e06c3
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace
|
|||
: network::error(base), tlua_jailbreak_exception()
|
||||
{}
|
||||
private:
|
||||
IMPLEMENT_LUA_JAILBREAK_EXCEPTION(lua_network_error);
|
||||
IMPLEMENT_LUA_JAILBREAK_EXCEPTION(lua_network_error)
|
||||
};
|
||||
}
|
||||
void synced_context::pull_remote_user_input()
|
||||
|
|
Loading…
Add table
Reference in a new issue