aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index 51afbc2..ee961fa 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -80,7 +80,7 @@ struct mod_settings_t {
float cfrErrorClip = 1.0f;
// Settings for the OFDM windowing
- unsigned ofdmWindowOverlap = 0;
+ size_t ofdmWindowOverlap = 0;
#if defined(HAVE_OUTPUT_UHD) || defined(HAVE_SOAPYSDR)
Output::SDRDeviceConfig sdr_device_config;