summaryrefslogtreecommitdiff
path: root/dxr3osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd.h')
-rw-r--r--dxr3osd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3osd.h b/dxr3osd.h
index 53e5d0f..22ca00d 100644
--- a/dxr3osd.h
+++ b/dxr3osd.h
@@ -10,7 +10,11 @@ class cDxr3OsdProvider : public cOsdProvider
{
public:
cDxr3OsdProvider() {}
+#if APIVERSNUM < 10509
virtual cOsd *CreateOsd(int Left, int Top);
+#else
+ virtual cOsd *CreateOsd(int Left, int Top, uint Level);
+#endif
};
#endif /*_DXR3_OSD_H_*/