diff options
Diffstat (limited to 'src/fig/FIG0.h')
-rw-r--r-- | src/fig/FIG0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index 2dc6483..87872eb 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -102,6 +102,8 @@ class FIG0_3 : public IFIG private: FIGRuntimeInformation *m_rti; + bool m_initialised; + std::vector<DabComponent*>::iterator componentFIG0_3; }; // FIG type 0/8 |