diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-27 16:41:46 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-27 16:41:46 +0100 |
commit | 5a44c73989c0683f76f4651a5f007fc3accf8b99 (patch) | |
tree | a47b2376fb44dbc21c840f2049c926fe950cbf8a /src/DabMultiplexer.h | |
parent | 90cb5392cd7f6f623529d62988bc4afdde011820 (diff) | |
download | dabmux-5a44c73989c0683f76f4651a5f007fc3accf8b99.tar.gz dabmux-5a44c73989c0683f76f4651a5f007fc3accf8b99.tar.bz2 dabmux-5a44c73989c0683f76f4651a5f007fc3accf8b99.zip |
Fix compilation with EDI disabled
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<dabEnsemble> 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 |