The function cOsd::GetBitmap() is now 'protected'

This commit is contained in:
Klaus Schmidinger
2015-04-19 12:22:29 +02:00
parent 0a40ce6f9d
commit 5499d5ae84
2 changed files with 17 additions and 9 deletions

View File

@@ -8640,3 +8640,7 @@ Video Disk Recorder Revision History
#define DEPRECATED_VIDEOSYSTEM
in device.h. If a plugin doesn't compile with this version of VDR, you can uncomment
this line as a quick workaround. In the long run the plugin will need to be adapted.
- The function cOsd::GetBitmap() is now 'protected'. If a plugin doesn't compile with
this version of VDR, you can uncomment the line
//#define DEPRECATED_GETBITMAP
in osd.h as a quick workaround. In the long run the plugin will need to be adapted.