fix: minor fixes
This commit is contained in:
parent
183143a8c3
commit
b42c977aab
|
|
@ -697,7 +697,7 @@ namespace easy2d
|
|||
{
|
||||
}
|
||||
|
||||
RuntimeError& operator=(RuntimeError const& other) noexcept
|
||||
RuntimeError& operator=(RuntimeError const& other) E2D_NOEXCEPT
|
||||
{
|
||||
if (this == &other)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue