From 711d4a342f9f459383ad59ceb624fcb853a41512 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 14:47:23 +0000 Subject: more typesafety --- 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 2c26aaa1..e929f122 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -171,7 +171,7 @@ public: //! Returns the mouse cursors used throughout Openbox inline const Cursors &cursors() const { return _cursors; } - inline PyObject *pyclients() const { return _pyclients; } + inline PyDictObject *pyclients() const { return _pyclients; } //! The main function of the Openbox class /*! -- cgit v1.2.3