On Thu, Sep 13, 2007 at 01:12:20AM +0000, Markus Gothe wrote: > =================================================================== > RCS file: /sources/gnash/gnash/server/timers.h,v > retrieving revision 1.25 > retrieving revision 1.26 > diff -u -b -r1.25 -r1.26 > --- server/timers.h 2 Jul 2007 03:20:34 -0000 1.25 > +++ server/timers.h 13 Sep 2007 01:12:20 -0000 1.26 > @@ -31,7 +31,8 @@ > #include "as_function.h" // for visibility of destructor by intrusive_ptr > #include "smart_ptr.h" > > -#include "tu_timer.h" > +#include <boost/timer.hpp> > +using boost::timer;
Please don't put 'using' directives in headers. It would pollute the namespace excessively. This is not the only occurrence of it. --strk; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit