From b42c977aabda32a374e6e219688082a387f9baf6 Mon Sep 17 00:00:00 2001 From: Nomango Date: Thu, 18 Oct 2018 11:25:20 +0800 Subject: [PATCH] fix: minor fixes --- core/e2dutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/e2dutil.h b/core/e2dutil.h index 274ec0d4..98497f28 100644 --- a/core/e2dutil.h +++ b/core/e2dutil.h @@ -697,7 +697,7 @@ namespace easy2d { } - RuntimeError& operator=(RuntimeError const& other) noexcept + RuntimeError& operator=(RuntimeError const& other) E2D_NOEXCEPT { if (this == &other) {