use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
316c9cfe4a
commit
ccc998cc5c
@ -35,7 +35,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Add-on base class for a trackable object.
|
// Add-on base class for a trackable object.
|
||||||
class wxTrackable
|
class WXDLLIMPEXP_BASE wxTrackable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
void AddNode(wxTrackerNode *prn)
|
void AddNode(wxTrackerNode *prn)
|
||||||
|
Loading…
Reference in New Issue
Block a user