From 2f0f16c55f7178cb8554b9cef708dbc00a3beac7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Tue, 14 Aug 2012 15:26:46 +0200 Subject: crc-dabmod: const-correctness corrections necessary for ini parser --- src/TimestampDecoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TimestampDecoder.h') diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index 68fe546..f55813f 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -38,7 +38,7 @@ struct modulator_offset_config /* These two fields are used when the modulator is run with a fixed offset */ bool use_offset_file; - char* offset_filename; + const char* offset_filename; /* These two fields are used when the modulator reads the offset from a file */ unsigned delay_calculation_pipeline_stages; -- cgit v1.2.3