summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/win32.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/win32.H b/FL/win32.H
index 4043e1ee4..bb8c4050a 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -83,7 +83,7 @@ public:
static int fake_X_wm(const Fl_Window* w,int &X, int &Y,
int &bt,int &bx,int &by);
void make_fullscreen(int X, int Y, int W, int H);
- void setwindow(Fl_Window* wi) {w=wi; wi->i=(Fl_Window_Driver*)this;}
+ void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
void flush() {w->flush();}
void set_minmax(LPMINMAXINFO minmax);
void mapraise();