projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for link error
[wxWidgets.git]
/
include
/
wx
/
mac
/
classic
/
statline.h
diff --git
a/include/wx/mac/classic/statline.h
b/include/wx/mac/classic/statline.h
index 911e9f535c3910012a631e2169642cc27a129a62..5b78ea37088b11a716d50787000d7b7f8d4a2156 100644
(file)
--- a/
include/wx/mac/classic/statline.h
+++ b/
include/wx/mac/classic/statline.h
@@
-23,14
+23,12
@@
class wxStaticBox;
class WXDLLEXPORT wxStaticLine : public wxStaticLineBase
{
class WXDLLEXPORT wxStaticLine : public wxStaticLineBase
{
- DECLARE_DYNAMIC_CLASS(wxStaticLine)
-
public:
// constructors and pseudo-constructors
wxStaticLine() : m_statbox(NULL) { }
wxStaticLine( wxWindow *parent,
public:
// constructors and pseudo-constructors
wxStaticLine() : m_statbox(NULL) { }
wxStaticLine( wxWindow *parent,
- wxWindowID id,
+ wxWindowID id
= wxID_ANY
,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
@@
-41,7
+39,7
@@
public:
}
bool Create( wxWindow *parent,
}
bool Create( wxWindow *parent,
- wxWindowID id,
+ wxWindowID id
= wxID_ANY
,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
@@
-51,10
+49,12
@@
public:
// will want to return the main widget for m_statbox
//
WXWidget GetMainWidget() const;
// will want to return the main widget for m_statbox
//
WXWidget GetMainWidget() const;
-
+
protected:
// we implement the static line using a static box
wxStaticBox *m_statbox;
protected:
// we implement the static line using a static box
wxStaticBox *m_statbox;
+
+ DECLARE_DYNAMIC_CLASS(wxStaticLine)
};
#endif // _WX_GENERIC_STATLINE_H_
};
#endif // _WX_GENERIC_STATLINE_H_