summaryrefslogtreecommitdiff
path: root/include/sfx2/infobar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/infobar.hxx')
-rw-r--r--include/sfx2/infobar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index f42319020d4c..f4bd188e63da 100644
--- a/include/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
@@ -63,7 +63,7 @@ class SfxInfoBarWindow : public vcl::Window
void addButton(PushButton* pButton);
private:
- DECL_LINK( CloseHandler, void* );
+ DECL_LINK_TYPED( CloseHandler, Button*, void );
};
class SfxInfoBarContainerWindow : public vcl::Window