Skip to content

Commit 64c2495

Browse files
committed
rsx: Fix clang build
1 parent b57390d commit 64c2495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/RSX/Common/surface_store.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ namespace rsx
14741474
{
14751475
auto process_list_function = [&](surface_ranged_map& data, const utils::address_range32& range)
14761476
{
1477-
std::vector<Traits::surface_type> surfaces_to_clone;
1477+
std::vector<surface_type> surfaces_to_clone;
14781478

14791479
for (auto It = data.begin_range(range); It != data.end();)
14801480
{

0 commit comments

Comments
 (0)