summaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.h
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-08-14 15:26:46 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-08-14 15:26:46 +0200
commit2f0f16c55f7178cb8554b9cef708dbc00a3beac7 (patch)
tree846392b3646d74368523ffc17d84ee5d3831753b /src/TimestampDecoder.h
parent3990ad27e33f974c0a577e5a5556e113bd60f5bd (diff)
downloaddabmod-2f0f16c55f7178cb8554b9cef708dbc00a3beac7.tar.gz
dabmod-2f0f16c55f7178cb8554b9cef708dbc00a3beac7.tar.bz2
dabmod-2f0f16c55f7178cb8554b9cef708dbc00a3beac7.zip
crc-dabmod: const-correctness corrections necessary for
ini parser
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r--src/TimestampDecoder.h2
1 files changed, 1 insertions, 1 deletions
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;