diff options
Diffstat (limited to 'test/form.hh')
-rw-r--r-- | test/form.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/form.hh b/test/form.hh index 72f0164b..6235c6cc 100644 --- a/test/form.hh +++ b/test/form.hh @@ -113,7 +113,7 @@ private: public: inline FormActivateReceiver (Form *form) { this->form = form; } - + void activate (dw::core::ui::Resource *resource); void enter (dw::core::ui::Resource *resource); void leave (dw::core::ui::Resource *resource); @@ -129,7 +129,7 @@ private: public: FormClickedReceiver (Form *form, const char *name, const char *value); ~FormClickedReceiver (); - + void clicked(dw::core::ui::Resource *resource, dw::core::EventButton *event); }; |