src/window_func.h
changeset 10207 c291a21b304e
parent 9165 6f26cc347e7a
child 10208 72c00af5c95d
--- a/src/window_func.h	Tue Sep 30 17:50:21 2008 +0000
+++ b/src/window_func.h	Tue Sep 30 20:39:50 2008 +0000
@@ -11,7 +11,7 @@
 void SetWindowDirty(const Window *w);
 
 Window *FindWindowById(WindowClass cls, WindowNumber number);
-void ChangeWindowOwner(PlayerID old_player, PlayerID new_player);
+void ChangeWindowOwner(Owner old_owner, Owner new_owner);
 
 void ResizeWindow(Window *w, int x, int y);
 int PositionMainToolbar(Window *w);