diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-08 16:32:27 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-08 16:32:27 +0100 |
commit | c8b549abe1c85700c91e805e51b677a49ed5fd1d (patch) | |
tree | cd7c4053123335b3af203b6aaf6cdd99da5fa222 /test/form.hh | |
parent | 9e9dd0866570bcded7a26f0cbf1c0134c35e81d6 (diff) | |
parent | 4e93afcf54baaa4d2b689357ec47fd3ec585e44f (diff) |
merge
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 a04460f4..76eae9fe 100644 --- a/test/form.hh +++ b/test/form.hh @@ -130,8 +130,8 @@ private: FormClickedReceiver (Form *form, const char *name, const char *value); ~FormClickedReceiver (); - void clicked (dw::core::ui::ButtonResource *resource, int buttonNo, - int x, int y); + void clicked(dw::core::ui::ButtonResource *resource, + dw::core::EventButton *event); }; lout::container::typed::List <ResourceDecorator> *resources; |