Don't use DLL export declaration with wxTextProofOptions

This class doesn't have any non-inline methods, so applying DLL export
declaration to it is at best useless and might even be harmful, so don't
do it.
This commit is contained in:
Vadim Zeitlin
2021-08-23 00:33:10 +02:00
parent 90e79d8ed4
commit 72ef834c70

View File

@@ -133,7 +133,7 @@ enum wxTextCtrlHitTestResult
// Passed to ::EnableProofCheck() to configure the proofing options for // Passed to ::EnableProofCheck() to configure the proofing options for
// this control // this control
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
class WXDLLIMPEXP_CORE wxTextProofOptions class wxTextProofOptions
{ {
public: public:
wxTextProofOptions(const wxString& lang = wxEmptyString) wxTextProofOptions(const wxString& lang = wxEmptyString)