Skip to content

Commit 1435ebe

Browse files
authored
Update application idle event handler registration
1 parent 618bc79 commit 1435ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xtd.forms.examples/events/application_idle/src/application_idle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace application_idle_example {
44
class form1 : public form {
55
public:
66
form1() {
7-
application::idle += {*this, &form1::on_application_idle};
7+
application::idle += {self_, &form1::on_application_idle};
88
}
99

1010
private:

0 commit comments

Comments
 (0)