From b12b1cb7848d590be57281fa6ee68b9f05a57c30 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 14:46:22 +0000 Subject: be a little more typesafe --- src/openbox.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openbox.hh') 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; -- cgit v1.2.3