added missing WXDLLEXPORTs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-14 12:14:38 +00:00
parent ade7e576a1
commit 3d96d41115

View File

@ -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,