2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

attempt to fix Code Warrior 9.4 link problem

[SVN r32380]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2006-01-23 19:01:17 +00:00
parent 0519d54229
commit a0d2873156

View File

@@ -28,8 +28,8 @@
#endif
namespace boost { namespace python {
volatile bool docstring_options::show_user_defined_ = true;
volatile bool docstring_options::show_signatures_ = true;
BOOST_PYTHON_DECL volatile bool docstring_options::show_user_defined_ = true;
BOOST_PYTHON_DECL volatile bool docstring_options::show_signatures_ = true;
}}
namespace boost { namespace python { namespace objects {