Skip to content

Commit 3f1758e

Browse files
committed
squash, fix codacy
1 parent 4cbb508 commit 3f1758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_tests/toxav_mt_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ std::vector<Tox_Ptr> prepare_network(uint32_t count) {
146146
class AV_State {
147147
public:
148148
AV_State() = delete;
149-
explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false)
149+
explicit AV_State(Tox_Ptr tox, const std::string& name, bool combined = false)
150150
: tox_(std::move(tox)),
151151
combined_av_(combined),
152152
stop_threads_{false},

0 commit comments

Comments
 (0)