Fix for DLL compilation bug (Fritz Elfert)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-06-13 15:39:26 +00:00
parent 90b85bfcde
commit bfe1328804

View File

@ -29,7 +29,7 @@
#define wxGRID_VALUE_DBAUTO _T("dbauto")
WX_DECLARE_EXPORTED_OBJARRAY(GenericKey,keyarray);
WX_DECLARE_USER_EXPORTED_OBJARRAY(GenericKey,keyarray,WXDLLIMPEXP_DBGRID);
static const int wxUSE_QUERY = -1;