2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 08:22:18 +00:00

chaned struct def_visitor; to class def_visitor;

[SVN r19691]
This commit is contained in:
Joel de Guzman
2003-08-19 02:23:16 +00:00
parent dc7ae9ed20
commit 4e3f3a052d

View File

@@ -59,7 +59,7 @@
namespace boost { namespace python {
template <class DerivedVisitor> struct def_visitor;
template <class DerivedVisitor> class def_visitor;
enum no_init_t { no_init };