diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-11 17:51:08 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-11 17:51:08 +0100 |
commit | de41c9da31246314bb2b0c55dfe3b2884d48df3b (patch) | |
tree | 7d3049a3b24ad7d3a6772cfd09ff346144fc28ab /bindings | |
parent | 30b967e2a439ce76b1141d34fa3c8ee9f87a88a8 (diff) | |
parent | 92d0147b20f77cad5d20e257aec502f628e7889e (diff) |
Merge branch 'master' of github.com:sustrik/zeromq2
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/pyzmq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pyzmq.cpp b/bindings/python/pyzmq.cpp index 7a53c8e..7a1905a 100644 --- a/bindings/python/pyzmq.cpp +++ b/bindings/python/pyzmq.cpp @@ -465,7 +465,7 @@ PyMODINIT_FUNC initlibpyzmq () assert (rc == 0); PyObject *module = Py_InitModule3 ("libpyzmq", module_methods, - libpyzmq_doc); + (char*) libpyzmq_doc); if (!module) return; |