RCS file: /cvsroot/boost/boost/boost/statechart/detail/counted_base.hpp,v retrieving revision 1.17 diff -d -u -r1.17 counted_base.hpp --- boost/boost/statechart/detail/counted_base.hpp 3 Dec 2006 14:46:30 -0000 1.17 +++ boost/boost/statechart/detail/counted_base.hpp 13 Feb 2008 11:54:44 -0000 @@ -61,7 +61,7 @@ // do nothing copy implementation is intentional (the number of // referencing pointers of the source and the destination is not changed // through the copy operation) - counted_base( const counted_base & ) {} + counted_base( const counted_base & ) : base_type() {} counted_base & operator=( const counted_base & ) { return *this; } public: