diff options
-rw-r--r-- | ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h index b3dc5746..bde3e79c 100644 --- a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h +++ b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h @@ -36,6 +36,7 @@ using namespace options; struct settings { pbundle b; + // these are sadly sliders for now due to int/double mismatch -sh value<int> kMinSmoothing, kMaxSmoothing, kSmoothingScaleCurve; settings() : b(bundle("ewma-filter")), |