Skip to content

Commit

Permalink
Fix one more SimpleBufferPool use case
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 2, 2025
1 parent b13a82f commit e9a392c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace wpilibws {

class WebServerClientTest {
public:
using BufferPool = wpi::uv::SimpleBufferPool<4>;
using BufferPool = wpi::uv::SimpleBufferPool;
using LoopFunc = std::function<void()>;
using UvExecFunc = wpi::uv::AsyncFunction<void(LoopFunc)>;

Expand Down

0 comments on commit e9a392c

Please sign in to comment.