Added missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase declaration.
This fixes (harmless) MSVC warning C4275 about inheriting DLL-exported class from a non-DLL-exported base class. Closes #13554. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
796be9238d
commit
a378977021
@ -18,7 +18,7 @@
|
||||
// wxNonOwnedWindow: a window that is not a child window of another one.
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class wxNonOwnedWindowBase : public wxWindow
|
||||
class WXDLLIMPEXP_CORE wxNonOwnedWindowBase : public wxWindow
|
||||
{
|
||||
public:
|
||||
// Set the shape of the window to the given region.
|
||||
|
Loading…
Reference in New Issue
Block a user