diff options
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index b2276b0..2a24907 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -13,7 +13,10 @@ private: bool shown; ///< is the osd shown? cPalette* Palette; ///< global palette (needed by all bitmaps) cTimeMs *last; - +#if APIVERSNUM >= 10509 +protected: + virtual void SetActive(bool On); +#endif public: #if APIVERSNUM < 10509 cDxr3SubpictureOsd(int Left, int Top); |