From 76923d21d90a69f742d632775a275f24ac1a8da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 1 Oct 2022 08:29:48 -0700 Subject: [PATCH] Cleanup. --- src/bgfx.cpp | 3 ++- src/bgfx_p.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 62b4f26ce..a5eb13a6f 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -263,8 +263,9 @@ namespace bgfx class ThreadData { BX_CLASS(ThreadData + , NO_DEFAULT_CTOR , NO_COPY - , NO_ASSIGNMENT + , NO_COPY_ASSIGNMENT ); public: diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 8476e75be..d4a7434ab 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -788,7 +788,7 @@ namespace bgfx { BX_CLASS(CommandBuffer , NO_COPY - , NO_ASSIGNMENT + , NO_COPY_ASSIGNMENT ); public: