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: