Don't mark wxVideoMode as being DLL-exported
This is unnecessary for a class without any non-inline functions.
This commit is contained in:
parent
c8016e734b
commit
5943b67d50
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue