Skip to content

Commit

Permalink
Replace std::vector with xr_vector.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Mar 24, 2018
1 parent 35752b0 commit 131f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/Threading/ThreadPool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XRCORE_API Thread
class ThreadPool
{
public:
std::vector<std::unique_ptr<Thread>> threads;
xr_vector<std::unique_ptr<Thread>> threads;

void initialize()
{
Expand Down

0 comments on commit 131f62d

Please sign in to comment.