From bb7710a5a2c65d72711cda467a4bcebd0926b6f6 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 25 Nov 2002 21:19:35 +0000 Subject: [PATCH] Suppress GCC warning [SVN r16412] --- include/boost/python/converter/registrations.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/converter/registrations.hpp b/include/boost/python/converter/registrations.hpp index e5338f67..8ed9d04a 100644 --- a/include/boost/python/converter/registrations.hpp +++ b/include/boost/python/converter/registrations.hpp @@ -67,8 +67,8 @@ inline registration::registration(type_info target_type) : target_type(target_type) , lvalue_chain(0) , rvalue_chain(0) - , m_to_python(0) , m_class_object(0) + , m_to_python(0) {} inline bool operator<(registration const& lhs, registration const& rhs)