mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-25 00:43:39 +08:00
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:
@@ -35,7 +35,7 @@ private:
|
||||
};
|
||||
|
||||
// Add-on base class for a trackable object.
|
||||
class wxTrackable
|
||||
class WXDLLIMPEXP_BASE wxTrackable
|
||||
{
|
||||
public:
|
||||
void AddNode(wxTrackerNode *prn)
|
||||
|
||||
Reference in New Issue
Block a user