Skip to content

Commit ed2ebc7

Browse files
author
Ralf W. Grosse-Kunstleve
committed
added: missing // after #endif
[SVN r12405]
1 parent 41634f9 commit ed2ebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/object/class_wrapper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct class_wrapper
2323
{
2424
# ifndef NDEBUG
2525
assert(type_->ob_type == (PyTypeObject*)class_metatype().get());
26-
# endif NDEBUG
26+
# endif // NDEBUG
2727
}
2828

2929
PyObject* convert(T const& x) const

0 commit comments

Comments
 (0)