summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index 83891828..2c26aaa1 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -94,7 +94,7 @@ private:
//! A list of all managed clients
ClientMap _clients;
- PyObject *_pyclients; // PyDictObject
+ PyDictObject *_pyclients;
//! A list of all the managed screens
ScreenList _screens;