diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
commit | f6803b2375d1b21ed4cc035e268f8759d5170491 (patch) | |
tree | de666c74444fb024cbe0fc2907636febaf1d53b1 /src/fig/FIG0_21.h | |
parent | 2a8e60cd761d1f3728c765d646135b2110eea576 (diff) | |
download | dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.gz dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.bz2 dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.zip |
WIP: Rework FIG0/21 definition and get FIC insertion to compile
Diffstat (limited to 'src/fig/FIG0_21.h')
-rw-r--r-- | src/fig/FIG0_21.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fig/FIG0_21.h b/src/fig/FIG0_21.h index dccb475..2542586 100644 --- a/src/fig/FIG0_21.h +++ b/src/fig/FIG0_21.h @@ -50,8 +50,8 @@ class FIG0_21 : public IFIG bool m_initialised; - std::vector<std::shared_ptr<FrequencyListEntry> >::iterator - freqListEntryFIG0_21; + std::vector<std::shared_ptr<FrequencyInformation> >::iterator + freqInfoFIG0_21; }; } |