Skip to content

Commit 034cbc7

Browse files
committed
squash, fix gcc noexcept error
1 parent b4fb757 commit 034cbc7

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
@@ -143,7 +143,7 @@ std::vector<Tox_Ptr> prepare_network(uint32_t count) {
143143

144144
class AV_State {
145145
public:
146-
explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false)
146+
explicit AV_State(Tox_Ptr tox, std::string name, bool combined = false) noexcept
147147
: tox_(std::move(tox)),
148148
combined_av_(combined),
149149
stop_threads_{false},

0 commit comments

Comments
 (0)