static const int wxUSE_QUERY = -1;
-class wxDbGridColInfoBase
+class WXDLLEXPORT wxDbGridColInfoBase
{
public:
//Default ctor
};
-class wxDbGridColInfo
+class WXDLLEXPORT wxDbGridColInfo
{
public:
wxDbGridColInfo(int colNo,
};
-class wxDbGridCellAttrProvider : public wxGridCellAttrProvider
+class WXDLLEXPORT wxDbGridCellAttrProvider : public wxGridCellAttrProvider
{
public:
wxDbGridCellAttrProvider();
};
-class wxDbGridTableBase : public wxGridTableBase
+class WXDLLEXPORT wxDbGridTableBase : public wxGridTableBase
{
public:
wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,