summaryrefslogtreecommitdiff
path: root/src/cookie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cookie.h')
-rw-r--r--src/cookie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cookie.h b/src/cookie.h
index eae9a84..b00e999 100644
--- a/src/cookie.h
+++ b/src/cookie.h
@@ -9,7 +9,7 @@ typedef struct {
PyObject_HEAD
xpybConn *conn;
xpybRequest *request;
- PyTypeObject *reply;
+ PyTypeObject *reply_type;
xcb_void_cookie_t cookie;
} xpybCookie;