diff --git a/include/boost/lambda/detail/actions.hpp b/include/boost/lambda/detail/actions.hpp index 55f2cf3..187f073 100644 --- a/include/boost/lambda/detail/actions.hpp +++ b/include/boost/lambda/detail/actions.hpp @@ -23,7 +23,7 @@ namespace lambda { -template struct action; +template class action; // these need to be defined here, since the corresponding lambda // functions are members of lambda_functor classes