Skip to content

Commit 131f62d

Browse files
committed
Replace std::vector with xr_vector.
1 parent 35752b0 commit 131f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/Threading/ThreadPool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class XRCORE_API Thread
4242
class ThreadPool
4343
{
4444
public:
45-
std::vector<std::unique_ptr<Thread>> threads;
45+
xr_vector<std::unique_ptr<Thread>> threads;
4646

4747
void initialize()
4848
{

0 commit comments

Comments
 (0)