X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ff9eba64430e251a975b1d4051b8380501e0d72..8e19f54e55255ddef1df49acde530102f5db2492:/src/common/odbc.cpp?ds=sidebyside diff --git a/src/common/odbc.cpp b/src/common/odbc.cpp index 103fdda8af..bdf71719d7 100644 --- a/src/common/odbc.cpp +++ b/src/common/odbc.cpp @@ -51,12 +51,10 @@ HENV wxDatabase::hEnv = 0; int wxDatabase::refCount = 0; -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxDatabase, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxQueryCol, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxQueryField, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxRecordSet, wxObject) -#endif wxDatabase::wxDatabase(void) {