From f20275d9c54300a403a85a9a6afd42e5e1e9f31c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 3 Apr 2004 19:03:08 +0000 Subject: [PATCH] WinCE compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/helpwce.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 2076ee2090..82e29f1a95 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -23,8 +23,8 @@ class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase { public: - wxWinceHelpController() { } - virtual ~wxWinceHelpController(); + wxWinceHelpController() {} + virtual ~wxWinceHelpController() {} // Must call this to set the filename virtual bool Initialize(const wxString& file); -- 2.50.0