From bdde4ddf6963eed59d6830ca648edf3548ed7d7d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 24 Jul 2018 16:29:18 +0200 Subject: Change FIG interface function signatures --- src/fig/FIG0_19.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIG0_19.cpp') diff --git a/src/fig/FIG0_19.cpp b/src/fig/FIG0_19.cpp index 0558464..f62e1a7 100644 --- a/src/fig/FIG0_19.cpp +++ b/src/fig/FIG0_19.cpp @@ -143,7 +143,7 @@ FillStatus FIG0_19::fill(uint8_t *buf, size_t max_size) return fs; } -FIG_rate FIG0_19::repetition_rate(void) +FIG_rate FIG0_19::repetition_rate() const { if ( m_transition.new_entries.size() > 0 or m_transition.disabled_entries.size() ) { -- cgit v1.2.3