summaryrefslogtreecommitdiff
path: root/src/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.h')
-rw-r--r--src/Screen.h2
1 files changed, 1 insertions, 1 deletions
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];
}