From 3d96d41115ed3b0d634990e26f05d7e250e66af5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 14 Jan 2002 12:14:38 +0000 Subject: [PATCH] added missing WXDLLEXPORTs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dbgrid.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/dbgrid.h b/include/wx/dbgrid.h index 066186665b..4f3b6acf3b 100644 --- a/include/wx/dbgrid.h +++ b/include/wx/dbgrid.h @@ -33,7 +33,7 @@ WX_DECLARE_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, -- 2.45.2