fixed error reported by clang

[SVN r63078]
This commit is contained in:
Christophe Henry 2010-06-18 10:46:33 +00:00
parent 67df644424
commit c21f0f3503

View File

@ -68,6 +68,7 @@ namespace
// derive to be able to add an internal transition table
struct Empty_impl : public Empty_def
{
Empty_impl(){}
BOOST_MSM_EUML_DECLARE_INTERNAL_TRANSITION_TABLE((
internal_evt [internal_guard_fct] / ++source_(empty_internal_action_counter)
))