Skip to content

Commit

Permalink
GH-303 Add missed explicit for constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil authored and gavv committed Oct 10, 2023
1 parent 98a77a2 commit 50f003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/roc_audio/test_depacketizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void expect_flags(Depacketizer& depacketizer,

class TestReader : public packet::IReader {
public:
TestReader(packet::IReader& reader)
explicit TestReader(packet::IReader& reader)
: reader_(reader)
, call_count_(0)
, code_enabled_(false)
Expand Down

0 comments on commit 50f003b

Please sign in to comment.