]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/access.h
Added wxDataViewCustomCell.
[wxWidgets.git] / include / wx / access.h
index 42379d9d0cc1d0d2ba574b9dff110bb5961f50d2..5b29ada9bac4b21466b2d3f11112714160638c01 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     2003-02-12
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_ACCESSBASE_H_
 #define _WX_ACCESSBASE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "accessbase.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers we have to include here
 // ----------------------------------------------------------------------------
@@ -51,7 +47,7 @@ typedef enum
 
 // Role constants
 
-typedef enum {  
+typedef enum {
     wxROLE_NONE,
     wxROLE_SYSTEM_ALERT,
     wxROLE_SYSTEM_ANIMATION,
@@ -233,8 +229,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