diff options
Diffstat (limited to 'ovgosd.h')
| -rw-r--r-- | ovgosd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ protected: virtual cOsd *CreateOsd(int Left, int Top, uint Level); virtual bool ProvidesTrueColor(void) { return true; } - virtual int StoreImageData(const cImage &Image) { return 0; } - virtual void DropImageData(int ImageHandle) { } + virtual int StoreImageData(const cImage &Image); + virtual void DropImageData(int ImageHandle); private: |
