mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
no comment
[SVN r13231]
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#define BOOST_PYTHON_SOURCE
|
||||
|
||||
#include <boost/python/detail/extension_class.hpp>
|
||||
#include <boost/python/detail/extension_class.hpp>
|
||||
#include <boost/python/detail/call_object.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
@@ -178,7 +177,7 @@ extension_instance::~extension_instance()
|
||||
}
|
||||
}
|
||||
|
||||
meta_class<extension_instance>* extension_meta_class()
|
||||
BOOST_PYTHON_DECL meta_class<extension_instance>* extension_meta_class()
|
||||
{
|
||||
static meta_class<extension_instance> result;
|
||||
return &result;
|
||||
|
||||
Reference in New Issue
Block a user