From 284d2c43f9e585f99f0638ed6dd423ae1ed5d772 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Tue, 22 Mar 2016 18:56:18 +0100 Subject: [PATCH] rsx/common: Use protected instead of private for surface_store content. --- rpcs3/Emu/RSX/Common/surface_store.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/RSX/Common/surface_store.h b/rpcs3/Emu/RSX/Common/surface_store.h index 29b399b674..7d5448099a 100644 --- a/rpcs3/Emu/RSX/Common/surface_store.h +++ b/rpcs3/Emu/RSX/Common/surface_store.h @@ -58,7 +58,7 @@ namespace rsx } } - private: + protected: using surface_storage_type = typename Traits::surface_storage_type; using surface_type = typename Traits::surface_type; using command_list_type = typename Traits::command_list_type; @@ -76,7 +76,7 @@ namespace rsx surface_store() = default; ~surface_store() = default; surface_store(const surface_store&) = delete; - private: + protected: /** * If render target already exists at address, issue state change operation on cmdList. * Otherwise create one with width, height, clearColor info.