Skip to content

Commit 999ae39

Browse files
committed
squash, avoid copy initialisation
1 parent b33bfe1 commit 999ae39

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
@@ -360,7 +360,7 @@ class AV_State {
360360
std::atomic_bool incomming_;
361361
std::atomic_uint32_t call_state_;
362362

363-
std::atomic<Time_Point> call_start_;
363+
std::atomic<Time_Point> call_start_{};
364364
std::atomic_bool in_call_;
365365

366366
std::atomic_bool video_received_;

0 commit comments

Comments
 (0)