]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/access.h
No real changes, just change type of MSWGetBgBrush() argument.
[wxWidgets.git] / include / wx / msw / ole / access.h
index f32062f2a4f9e7123dfebcd9922f885b241d6a3c..1684ef72b296bf241e011243b7543a38815199ec 100644 (file)
@@ -29,7 +29,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindow;
 // wxAccessible implements accessibility behaviour.
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxAccessible : public wxAccessibleBase
+class WXDLLIMPEXP_CORE wxAccessible : public wxAccessibleBase
 {
 public:
     wxAccessible(wxWindow *win = NULL);
@@ -59,7 +59,7 @@ private:
     void*           m_pIAccessibleStd;  // the pointer to the standard COM interface,
                                         // for default processing
 
-    DECLARE_NO_COPY_CLASS(wxAccessible)
+    wxDECLARE_NO_COPY_CLASS(wxAccessible);
 };
 
 #endif  //wxUSE_ACCESSIBILITY