Don't mark wxVideoMode as being DLL-exported

This is unnecessary for a class without any non-inline functions.
This commit is contained in:
Vadim Zeitlin 2023-04-11 17:16:34 +02:00
parent c8016e734b
commit 5943b67d50

View file

@ -15,7 +15,7 @@
// wxVideoMode: a simple struct containing video mode parameters for a display
// ----------------------------------------------------------------------------
struct WXDLLIMPEXP_CORE wxVideoMode
struct wxVideoMode
{
wxVideoMode(int width = 0, int height = 0, int depth = 0, int freq = 0)
{