summaryrefslogtreecommitdiffstats
path: root/client/red_pixmap_gdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_pixmap_gdi.h')
-rw-r--r--client/red_pixmap_gdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/red_pixmap_gdi.h b/client/red_pixmap_gdi.h
index d5a028a8..6bf28fd0 100644
--- a/client/red_pixmap_gdi.h
+++ b/client/red_pixmap_gdi.h
@@ -20,7 +20,7 @@
#include "red_pixmap.h"
-class Mutex;
+class RecurciveMutex;
class RedPixmapGdi: public RedPixmap {
public:
@@ -29,7 +29,7 @@ public:
HDC get_dc();
void *get_memptr();
~RedPixmapGdi();
- Mutex& get_mutex();
+ RecurciveMutex& get_mutex();
};
#endif