diff options
Diffstat (limited to 'lib/components/scan.h')
| -rw-r--r-- | lib/components/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/scan.h b/lib/components/scan.h index afa68689..073919c7 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -13,7 +13,7 @@ private: ePtr<eConnection> m_scan_event_connection; ePtr<eDVBScan> m_scan; - int m_done; + int m_done, m_failed; public: eComponentScan(); ~eComponentScan(); |
