Added missing template keyword. This might fix a gcc4.1 failure.
[SVN r37165]
This commit is contained in:
parent
aa84b8d7f3
commit
0c29acf71c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user