Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Oct 23, 2024
1 parent a105226 commit 2eb3d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/RingBufferTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace evio {
* @param writeBar
* @param gateSeq
*/
Writer(std::shared_ptr<RingBuffer< std::shared_ptr<Integer>>> & ringBuf,
Writer(std::shared_ptr<RingBuffer< std::shared_ptr<Integer>>> ringBuf,
std::shared_ptr<Disruptor::ISequenceBarrier> & barrier,
std::shared_ptr<Disruptor::ISequence> sequence) :
ringBuffer(ringBuf), writeBarrier(barrier), gateSequence(sequence) {}
Expand Down

0 comments on commit 2eb3d19

Please sign in to comment.