mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Fix symbol visibility.
[SVN r35754]
This commit is contained in:
@@ -13,7 +13,7 @@ namespace boost
|
||||
namespace python
|
||||
{
|
||||
|
||||
object import(str name)
|
||||
object BOOST_PYTHON_DECL import(str name)
|
||||
{
|
||||
// should be 'char const *' but older python versions don't use 'const' yet.
|
||||
char *n = python::extract<char *>(name);
|
||||
|
||||
Reference in New Issue
Block a user