From 58d326681a5b44bbb0fbb815c28cf0bbd06ea7a6 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 17 May 2016 09:17:19 -0400 Subject: [PATCH] quick fix for gcc6 --- src/zm_rtp_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_rtp_ctrl.h b/src/zm_rtp_ctrl.h index 2526f22ce..f487d1191 100644 --- a/src/zm_rtp_ctrl.h +++ b/src/zm_rtp_ctrl.h @@ -123,7 +123,7 @@ private: } sdes; // BYE - struct Bye + struct { uint32_t srcN[]; // list of sources // can't express trailing text for reason (what does this mean? it's not even english!)