From 5a44c73989c0683f76f4651a5f007fc3accf8b99 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 27 Feb 2016 16:41:46 +0100 Subject: Fix compilation with EDI disabled --- src/DabMultiplexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DabMultiplexer.h') diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 529b9ca..a7f6962 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -137,9 +137,9 @@ class DabMultiplexer : public RemoteControllable { boost::property_tree::ptree m_pt_next; std::shared_ptr ensemble_next; -#if HAVE_OUTPUT_EDI ClockTAI m_clock_tai; +#if HAVE_OUTPUT_EDI std::ofstream edi_debug_file; // The TagPacket will then be placed into an AFPacket -- cgit v1.2.3