diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-20 15:09:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-20 15:09:59 +0100 |
commit | b09c89b9edda0abe2ab69df5c0d0723db43ad945 (patch) | |
tree | 2c5ac76e6b55532d2fde3f89a9f1119a7674867b /src/fig/FIG0_5.h | |
parent | 039f82969aff73749ff50e9d65950a85509fde0c (diff) | |
download | dabmux-b09c89b9edda0abe2ab69df5c0d0723db43ad945.tar.gz dabmux-b09c89b9edda0abe2ab69df5c0d0723db43ad945.tar.bz2 dabmux-b09c89b9edda0abe2ab69df5c0d0723db43ad945.zip |
Use shared_ptr instead of component and subchannel pointers
Diffstat (limited to 'src/fig/FIG0_5.h')
-rw-r--r-- | src/fig/FIG0_5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG0_5.h b/src/fig/FIG0_5.h index 51ac177..1bfe8c3 100644 --- a/src/fig/FIG0_5.h +++ b/src/fig/FIG0_5.h @@ -49,7 +49,7 @@ class FIG0_5 : public IFIG private: FIGRuntimeInformation *m_rti; bool m_initialised; - std::vector<DabComponent*>::iterator componentFIG0_5; + vec_sp_component::iterator componentFIG0_5; }; } |