diff --git a/src/common/fontenumcmn.cpp b/src/common/fontenumcmn.cpp index 3fc8378241..423f8dbb64 100644 --- a/src/common/fontenumcmn.cpp +++ b/src/common/fontenumcmn.cpp @@ -33,7 +33,7 @@ // A simple wxFontEnumerator which doesn't perform any filtering and // just returns all facenames and encodings found in the system -class WXDLLEXPORT wxSimpleFontEnumerator : public wxFontEnumerator +class wxSimpleFontEnumerator : public wxFontEnumerator { public: wxSimpleFontEnumerator() { }