mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Fix problem introduced in 060545b9aaa3f96a6c26e509b429a6242ba6b10f.
This commit is contained in:
parent
6fe0637425
commit
725ceaadc1
@ -95,7 +95,9 @@ static Pycairo_CAPI_t *Pycairo_CAPI;
|
||||
|
||||
using mapnik::python_thread;
|
||||
using mapnik::python_unblock_auto_block;
|
||||
#ifdef MAPNIK_DEBUG
|
||||
bool python_thread::thread_support = true;
|
||||
#endif
|
||||
boost::thread_specific_ptr<PyThreadState> python_thread::state;
|
||||
|
||||
void render(const mapnik::Map& map,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user