Fix problem introduced in 060545b9aa
.
This commit is contained in:
parent
6fe0637425
commit
725ceaadc1
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue