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; static const int wxUSE_QUERY = -1;
class wxDbGridColInfoBase class WXDLLEXPORT wxDbGridColInfoBase
{ {
public: public:
//Default ctor //Default ctor
@@ -60,7 +60,7 @@ public:
}; };
class wxDbGridColInfo class WXDLLEXPORT wxDbGridColInfo
{ {
public: public:
wxDbGridColInfo(int colNo, wxDbGridColInfo(int colNo,
@@ -86,7 +86,7 @@ public:
}; };
class wxDbGridCellAttrProvider : public wxGridCellAttrProvider class WXDLLEXPORT wxDbGridCellAttrProvider : public wxGridCellAttrProvider
{ {
public: public:
wxDbGridCellAttrProvider(); wxDbGridCellAttrProvider();
@@ -102,7 +102,7 @@ private:
}; };
class wxDbGridTableBase : public wxGridTableBase class WXDLLEXPORT wxDbGridTableBase : public wxGridTableBase
{ {
public: public:
wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo, wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,