]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/access.h
As small as possible reorganization within wxDateTime to please PCH in DLL build...
[wxWidgets.git] / include / wx / access.h
index 8b33289c748361e6e682e6c0073c54c18a6b23f4..4d320fef4770d46f4db514b3d67df8ef43a7522b 100644 (file)
@@ -51,7 +51,7 @@ typedef enum
 
 // Role constants
 
-typedef enum {  
+typedef enum {
     wxROLE_NONE,
     wxROLE_SYSTEM_ALERT,
     wxROLE_SYSTEM_ANIMATION,
@@ -233,8 +233,8 @@ class WXDLLEXPORT wxAccessibleBase : public wxObject
     DECLARE_NO_COPY_CLASS(wxAccessibleBase)
 
 public:
-    wxAccessibleBase(wxWindow* win): m_window(win) {};
-    virtual ~wxAccessibleBase() {};
+    wxAccessibleBase(wxWindow* win): m_window(win) {}
+    virtual ~wxAccessibleBase() {}
 
 // Overridables