Fixed a few compile things
Fixed wxListCtrl::SetItemState bug Tried to hunt down a bug in menu, which disappeared after recompiling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
inline void SetAppName(const wxString& appName) { m_appName = appName; }
|
||||
inline void SetVendorName(const wxString& vendorName) { m_vendorName = vendorName; }
|
||||
|
||||
inline void SetStyle(long style) { m_style; }
|
||||
inline void SetStyle(long style) { m_style = style; }
|
||||
inline long GetStyle() const { return m_style; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user