X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abfcca57dd0d805ceec9e19c4be207614d79252a..f0c87536e11f228cef0234cdd9e146582d7237fd:/include/wx/dbgrid.h diff --git a/include/wx/dbgrid.h b/include/wx/dbgrid.h index 066186665b..8919c86c64 100644 --- a/include/wx/dbgrid.h +++ b/include/wx/dbgrid.h @@ -29,11 +29,11 @@ #define wxGRID_VALUE_DBAUTO _T("dbauto") -WX_DECLARE_OBJARRAY(GenericKey,keyarray); +WX_DECLARE_EXPORTED_OBJARRAY(GenericKey,keyarray); static const int wxUSE_QUERY = -1; -class wxDbGridColInfoBase +class WXDLLEXPORT wxDbGridColInfoBase { public: //Default ctor @@ -60,7 +60,7 @@ public: }; -class wxDbGridColInfo +class WXDLLEXPORT wxDbGridColInfo { public: wxDbGridColInfo(int colNo, @@ -86,7 +86,7 @@ public: }; -class wxDbGridCellAttrProvider : public wxGridCellAttrProvider +class WXDLLEXPORT wxDbGridCellAttrProvider : public wxGridCellAttrProvider { public: wxDbGridCellAttrProvider(); @@ -102,7 +102,7 @@ private: }; -class wxDbGridTableBase : public wxGridTableBase +class WXDLLEXPORT wxDbGridTableBase : public wxGridTableBase { public: wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,