summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitmap.h b/bitmap.h
index 63644cb..db1fb1d 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -17,11 +17,11 @@ class cOSDImageBitmap {
public:
cOSDImageBitmap();
~cOSDImageBitmap();
- bool DrawImage(const char *fileNameP, int x, int y, int w, int h, int colors, cBitmap *bmp);
+ bool DrawImage(const char *fileNameP, int x, int y, int w, int h, int colors, cOsd *osd);
static void Init(void);
private:
- bool DrawMagick(const char *Filename, int x, int y, int height, int width, int colors, cBitmap *bmp);
+ bool DrawMagick(const char *Filename, int x, int y, int height, int width, int colors, cOsd *osd);
};
#endif