]> Dogcows Code - chaz/openbox/blobdiff - src/python_client.cc
more typesafety
[chaz/openbox] / src / python_client.cc
index 3758e427d66b870eb958a3ab75cb9a31bf31b4f3..5ab86b6cdb87f5eba43130d8b2c076bd0e103543 100644 (file)
@@ -15,7 +15,7 @@ PyObject *get_client_dict(PyObject* self, PyObject* args)
 {
   if (!PyArg_ParseTuple(args, ":get_client_dict"))
     return NULL;
-  return PyDictProxy_New(Openbox::instance->pyclients());
+  return PyDictProxy_New((PyObject*)Openbox::instance->pyclients());
 }
 
 
This page took 0.022409 seconds and 4 git commands to generate.