|
Boost-Commit : |
From: ahd6974-boostorg_at_[hidden]
Date: 2008-07-17 13:38:41
Author: andreas_huber69
Date: 2008-07-17 13:38:41 EDT (Thu, 17 Jul 2008)
New Revision: 47511
URL: http://svn.boost.org/trac/boost/changeset/47511
Log:
This should fix several PingPong example failures.
Text files modified:
trunk/libs/statechart/example/PingPong/Player.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/statechart/example/PingPong/Player.cpp
==============================================================================
--- trunk/libs/statechart/example/PingPong/Player.cpp (original)
+++ trunk/libs/statechart/example/PingPong/Player.cpp 2008-07-17 13:38:41 EDT (Thu, 17 Jul 2008)
@@ -17,7 +17,7 @@
// Since we can only initiate at a point where the definitions of all the
// states in the initial state configuration are known, we duplicate
// the implementation of asynchronous_state_machine<>::initiate_impl() here
- state_machine< Player, Waiting, MyAllocator >::initiate();
+ sc::state_machine< Player, Waiting, MyAllocator >::initiate();
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk