Skip to content

Commit

Permalink
Fixing channel test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 21, 2017
1 parent 0cf9313 commit 4cb1934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/lcos/base_lco_with_value.hpp
Expand Up @@ -233,7 +233,7 @@ namespace hpx { namespace traits
{
static components::component_type get()
{
return components::component_base_lco_with_value;
return components::component_base_lco_with_value_unmanaged;
}

static void set(components::component_type)
Expand Down

0 comments on commit 4cb1934

Please sign in to comment.