ADV export fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,14 +17,14 @@ class WXDLLEXPORT wxButton;
|
|||||||
class WXDLLEXPORT wxStaticLine;
|
class WXDLLEXPORT wxStaticLine;
|
||||||
|
|
||||||
// class name
|
// class name
|
||||||
extern WXDLLEXPORT_DATA(const wxChar) wxGenericCollapsiblePaneNameStr[];
|
extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGenericCollapsiblePaneNameStr[];
|
||||||
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxGenericCollapsiblePane
|
// wxGenericCollapsiblePane
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLEXPORT wxGenericCollapsiblePane : public wxCollapsiblePaneBase
|
class WXDLLIMPEXP_ADV wxGenericCollapsiblePane : public wxCollapsiblePaneBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxGenericCollapsiblePane() { Init(); }
|
wxGenericCollapsiblePane() { Init(); }
|
||||||
@@ -75,7 +75,7 @@ public:
|
|||||||
// implementation only, don't use
|
// implementation only, don't use
|
||||||
void OnStateChange(const wxSize& sizeNew);
|
void OnStateChange(const wxSize& sizeNew);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// overridden methods
|
// overridden methods
|
||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
@@ -104,4 +104,3 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
#endif // _WX_COLLAPSABLE_PANE_H_GENERIC_
|
#endif // _WX_COLLAPSABLE_PANE_H_GENERIC_
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user