diff options
Diffstat (limited to 'src/fig/FIG0_24.h')
-rw-r--r-- | src/fig/FIG0_24.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fig/FIG0_24.h b/src/fig/FIG0_24.h index d1e7604..7677e16 100644 --- a/src/fig/FIG0_24.h +++ b/src/fig/FIG0_24.h @@ -47,7 +47,8 @@ class FIG0_24 : public IFIG FIGRuntimeInformation *m_rti; bool m_initialised; bool m_inserting_audio_not_data; - std::vector<ServiceOtherEnsembleInfo>::iterator serviceFIG0_24; + std::vector<ServiceOtherEnsembleInfo> m_services; + std::vector<ServiceOtherEnsembleInfo>::iterator m_services_it; }; } |