From fdbea05b16e3c716b5226a1f0d45cc98561500e4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 11 Dec 2017 15:56:55 +0100 Subject: Fix all the warnings shown since previous commit --- src/OutputUHD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputUHD.h') diff --git a/src/OutputUHD.h b/src/OutputUHD.h index 0630480..9213183 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -211,7 +211,7 @@ class OutputUHD: public ModOutput, public RemoteControllable { bool sync_and_ts_valid = false; - ThreadsafeQueue frames; + ThreadsafeQueue m_frames; // Returns true if we want to verify loss of refclk bool refclk_loss_needs_check(void) const; -- cgit v1.2.3