Skip to content

Commit

Permalink
Fixup ea5945b (fixes #3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jun 8, 2018
1 parent ea5945b commit eade3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/gui/fire_event.cpp
Expand Up @@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE(test_fire_event)
add_widget(grid, child_grid, "level 1", 0, 0);
connect_signals(sstr, *child_grid);

auto child = std::make_shared<gui2:grid>(1, 1);
auto child = std::make_shared<gui2::grid>(1, 1);
add_widget(*child_grid, child, "level 2", 0, 0);
connect_signals(sstr, *child);

Expand Down

0 comments on commit eade3dd

Please sign in to comment.