]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/helpwce.h
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it...
[wxWidgets.git] / include / wx / msw / wince / helpwce.h
index 2076ee2090fdc20abfdac668b0bca86fb97c495d..82e29f1a95ad6b86eda82934a6f41db82d023288 100644 (file)
@@ -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);