summaryrefslogtreecommitdiff
path: root/boost/statechart/fifo_worker.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/statechart/fifo_worker.hpp')
-rw-r--r--boost/statechart/fifo_worker.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/statechart/fifo_worker.hpp b/boost/statechart/fifo_worker.hpp
index 5f42d37789..75d3ad6ce1 100644
--- a/boost/statechart/fifo_worker.hpp
+++ b/boost/statechart/fifo_worker.hpp
@@ -52,7 +52,7 @@ namespace statechart
-template< class Allocator = std::allocator< void > >
+template< class Allocator = std::allocator< none > >
class fifo_worker : noncopyable
{
public: