summaryrefslogtreecommitdiff
path: root/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp')
-rw-r--r--libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp b/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp
index 7783d2cdf6..7fce5de378 100644
--- a/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp
+++ b/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp
@@ -112,11 +112,7 @@ namespace
};
// Playing Submachine back-end
- typedef boost::msm::back::state_machine<Playing_> Playing_helper;
- struct Playing_impl : public Playing_helper,
- public msm::front::euml::euml_state<Playing_helper>
- {
- };
+ typedef boost::msm::back::state_machine<Playing_> Playing_impl;
// state not defining any entry or exit
struct Paused_impl : public msm::front::state<> , public msm::front::euml::euml_state<Paused_impl>