fix: minor fixes

This commit is contained in:
Nomango 2018-10-18 11:25:20 +08:00
parent 183143a8c3
commit b42c977aab
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ namespace easy2d
{
}
RuntimeError& operator=(RuntimeError const& other) noexcept
RuntimeError& operator=(RuntimeError const& other) E2D_NOEXCEPT
{
if (this == &other)
{