Skip to content

Commit 4e3f3a0

Browse files
committed
chaned struct def_visitor; to class def_visitor;
[SVN r19691]
1 parent dc7ae9e commit 4e3f3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/class.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
namespace boost { namespace python {
6161

62-
template <class DerivedVisitor> struct def_visitor;
62+
template <class DerivedVisitor> class def_visitor;
6363

6464
enum no_init_t { no_init };
6565

0 commit comments

Comments
 (0)