Added missing template keyword. This might fix a gcc4.1 failure.

[SVN r37165]
This commit is contained in:
Andreas Huber 2007-03-10 19:42:07 +00:00
parent aa84b8d7f3
commit 0c29acf71c

View File

@ -45,7 +45,7 @@ class event_base;
template< class Event, class Destination,
class TransitionContext = detail::no_context< Event >,
void ( TransitionContext::*pTransitionAction )( const Event & ) =
&detail::no_context< Event >::no_function >
&detail::template no_context< Event >::no_function >
class transition
{
private: