From 0f64a06317df182ab0ff4a0ae9fbe1aad880dcc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:21:23 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources. --- src/resources/fboinfo.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/resources/fboinfo.h') diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h index ca1dc3ed5..e92659156 100644 --- a/src/resources/fboinfo.h +++ b/src/resources/fboinfo.h @@ -40,10 +40,14 @@ struct FBOInfo final { constexpr2 FBOInfo() : - fboId(0), textureId(0), rboId(0) + fboId(0), + textureId(0), + rboId(0) { } + A_DELETE_COPY(FBOInfo) + GLuint fboId; GLuint textureId; GLuint rboId; -- cgit v1.2.3-60-g2f50