fixed compile errors for wxTreeListCtrl on OSX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-05-16 17:49:56 +00:00
parent 7160e19699
commit 11f9207e9e
2 changed files with 16 additions and 13 deletions

View File

@@ -10,10 +10,10 @@
/////////////////////////////////////////////////////////////////////////////
#ifndef TREELISRCTRL_H
#ifndef TREELISTCTRL_H
#define TREELISTCTRL_H
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "treelistctrl.h"
#endif
@@ -60,6 +60,8 @@ public:
m_alignment = alignment;
}
~wxTreeListColumnInfo() {}
// getters
wxTreeListColumnAlign GetAlignment() const { return m_alignment; }
wxString GetText() const { return m_text; }