From a0d2873156713787bc8918d8632a4fa69e048360 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 23 Jan 2006 19:01:17 +0000 Subject: [PATCH] attempt to fix Code Warrior 9.4 link problem [SVN r32380] --- src/object/function.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/object/function.cpp b/src/object/function.cpp index 653343b9..19f48447 100644 --- a/src/object/function.cpp +++ b/src/object/function.cpp @@ -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 {