We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb508 commit 3f1758eCopy full SHA for 3f1758e
auto_tests/toxav_mt_test.cc
@@ -146,7 +146,7 @@ std::vector<Tox_Ptr> prepare_network(uint32_t count) {
146
class AV_State {
147
public:
148
AV_State() = delete;
149
- explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false)
+ explicit AV_State(Tox_Ptr tox, const std::string& name, bool combined = false)
150
: tox_(std::move(tox)),
151
combined_av_(combined),
152
stop_threads_{false},
0 commit comments