X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..f239a20092359e3c914adb79bd39f3f5d2b2e06f:/src/common/module.cpp diff --git a/src/common/module.cpp b/src/common/module.cpp index 4f61711b48..3532ceb149 100644 --- a/src/common/module.cpp +++ b/src/common/module.cpp @@ -30,7 +30,7 @@ WX_DEFINE_LIST(wxModuleList) -IMPLEMENT_CLASS(wxModule, wxObject) +wxIMPLEMENT_ABSTRACT_CLASS(wxModule, wxObject) wxModuleList wxModule::m_modules;