Skip to content

Commit 00f00f7

Browse files
committed
chore: application::start starts instead of stops
1 parent c62bd8f commit 00f00f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ start()
9696
auto v = self_.get_elements();
9797
while(n_ < v.size())
9898
{
99-
v[n_].stop();
99+
v[n_].start();
100100
++n_;
101101
}
102102
n_ = 0;

0 commit comments

Comments
 (0)