$NetBSD: patch-ac,v 1.14 2011/02/24 13:36:57 adam Exp $ Fix C++ error. --- src/gui/auxiliary/event/dispatcher_private.hpp.orig 2011-02-24 12:38:36.000000000 +0000 +++ src/gui/auxiliary/event/dispatcher_private.hpp @@ -319,7 +319,6 @@ struct find // MSVC 2008 doesn't like operator() here so changed the name. return functor.template oper(event); } else { - typedef typename boost::mpl::next::type itor; return find::value> ::execute((itor*)0, (end*)0, event, functor); }