Skip to content

Commit a0d2873

Browse files
author
Ralf W. Grosse-Kunstleve
committed
attempt to fix Code Warrior 9.4 link problem
[SVN r32380]
1 parent 0519d54 commit a0d2873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/object/function.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#endif
2929

3030
namespace boost { namespace python {
31-
volatile bool docstring_options::show_user_defined_ = true;
32-
volatile bool docstring_options::show_signatures_ = true;
31+
BOOST_PYTHON_DECL volatile bool docstring_options::show_user_defined_ = true;
32+
BOOST_PYTHON_DECL volatile bool docstring_options::show_signatures_ = true;
3333
}}
3434

3535
namespace boost { namespace python { namespace objects {

0 commit comments

Comments
 (0)