From 1b1efab489353734f0047f97fe5fef7f96d0ee68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 May 2002 19:28:34 +0000 Subject: compile with -Wall -W -pendantic when --enable-debug is set. --- src/Screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Screen.h') diff --git a/src/Screen.h b/src/Screen.h index 15f83a22..24baba1f 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -197,7 +197,7 @@ public: Rect availableArea() const; - inline Workspace *getWorkspace(int w) { + inline Workspace *getWorkspace(unsigned int w) { ASSERT(w < workspacesList.size()); return workspacesList[w]; } -- cgit v1.2.3