diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-07-24 16:29:18 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-07-24 16:29:18 +0200 |
commit | bdde4ddf6963eed59d6830ca648edf3548ed7d7d (patch) | |
tree | 5afb7d31ed8a407f2e4fc5e9b09ca5e04afe6147 /src/fig/FIG0_19.cpp | |
parent | c336362fab1711126d1b548486105e09de9d69a0 (diff) | |
download | dabmux-bdde4ddf6963eed59d6830ca648edf3548ed7d7d.tar.gz dabmux-bdde4ddf6963eed59d6830ca648edf3548ed7d7d.tar.bz2 dabmux-bdde4ddf6963eed59d6830ca648edf3548ed7d7d.zip |
Change FIG interface function signatures
Diffstat (limited to 'src/fig/FIG0_19.cpp')
-rw-r--r-- | src/fig/FIG0_19.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) { |