projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug
[wxWidgets.git]
/
include
/
wx
/
msw
/
helpwin.h
diff --git
a/include/wx/msw/helpwin.h
b/include/wx/msw/helpwin.h
index 3d2e609b7dc2de11d4101496ff2250a7c6f275c7..dfcfcde0180d53b5b71cfe2dd2169a9d72ce3f5b 100644
(file)
--- a/
include/wx/msw/helpwin.h
+++ b/
include/wx/msw/helpwin.h
@@
-27,8
+27,8
@@
class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase
DECLARE_CLASS(wxWinHelpController)
public:
- wxWinHelpController() {}
;
- ~wxWinHelpController() {}
;
+ wxWinHelpController() {}
+ ~wxWinHelpController() {}
// Must call this to set the filename
virtual bool Initialize(const wxString& file);