The dataview sample compiles now, but doesn't work yet...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-07-05 14:59:16 +00:00
parent 1a1f3e4b53
commit 5debbdcf7b
2 changed files with 161 additions and 1047 deletions

View File

@@ -125,7 +125,7 @@ public:
protected: protected:
// the user should not delete this class directly: he should use DecRef() instead! // the user should not delete this class directly: he should use DecRef() instead!
virtual ~wxDataViewModel(); virtual ~wxDataViewModel() { }
wxList m_notifiers; wxList m_notifiers;
}; };

File diff suppressed because it is too large Load Diff