summaryrefslogtreecommitdiff
path: root/dxr3osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd.h')
-rw-r--r--dxr3osd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dxr3osd.h b/dxr3osd.h
index 3d0ab07..e4bfa2e 100644
--- a/dxr3osd.h
+++ b/dxr3osd.h
@@ -18,12 +18,12 @@ static const int MAXNUMWINDOWS = 7;
class cDxr3Osd : public cOsd {
public:
cDxr3Osd(int Left, int Top, uint Level);
- ~cDxr3Osd();
+ virtual ~cDxr3Osd();
- eOsdError CanHandleAreas(const tArea *Areas, int NumAreas);
- eOsdError SetAreas(const tArea *Areas, int NumAreas);
+ virtual eOsdError CanHandleAreas(const tArea *Areas, int NumAreas);
+ virtual eOsdError SetAreas(const tArea *Areas, int NumAreas);
- void Flush();
+ virtual void Flush();
protected:
virtual void SetActive(bool On);