summaryrefslogtreecommitdiff
path: root/shared/custom_button.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:10:11 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:10:11 +0200
commitc0cdb2ad99a1e2a6ade5ce76c91177a79258e669 (patch)
tree4701a015385d9a6a5a4ba99a8f1f5d400fff26b1 /shared/custom_button.h
parent3.13 (diff)
downloadFreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.gz
FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.bz2
FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.zip
3.14
Diffstat (limited to 'shared/custom_button.h')
-rw-r--r--shared/custom_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/custom_button.h b/shared/custom_button.h
index 63875e42..4ebff73c 100644
--- a/shared/custom_button.h
+++ b/shared/custom_button.h
@@ -14,7 +14,7 @@
class wxButtonWithImage : public wxBitmapButton
{
public:
- wxButtonWithImage(wxWindow *parent,
+ wxButtonWithImage(wxWindow* parent,
wxWindowID id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
bgstack15