From 4e3f3a052db5c30f65385b0e9eceadf595c82493 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Tue, 19 Aug 2003 02:23:16 +0000 Subject: [PATCH] chaned struct def_visitor; to class def_visitor; [SVN r19691] --- include/boost/python/class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/class.hpp b/include/boost/python/class.hpp index 16bef205..ac453c58 100644 --- a/include/boost/python/class.hpp +++ b/include/boost/python/class.hpp @@ -59,7 +59,7 @@ namespace boost { namespace python { -template struct def_visitor; +template class def_visitor; enum no_init_t { no_init };