From fa5159017ee2ab2896f338d9615ec5ee7235e342 Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Tue, 29 Jun 2021 22:43:17 +0200 Subject: [PATCH] [#56] Fix private access violation Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- modules/scene/include/vkcv/scene/Mesh.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/scene/include/vkcv/scene/Mesh.hpp b/modules/scene/include/vkcv/scene/Mesh.hpp index ca623daf..94c505a0 100644 --- a/modules/scene/include/vkcv/scene/Mesh.hpp +++ b/modules/scene/include/vkcv/scene/Mesh.hpp @@ -12,6 +12,7 @@ namespace vkcv::scene { class Scene; + class Mesh; class MeshPart { friend class Mesh; -- GitLab