Removed inline that caused strange a link error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-25 18:10:06 +00:00
parent 9f6905e5e9
commit a056ae5da9

View File

@@ -10,7 +10,7 @@
/////////////////////////////////////////////////////////////////////////////
#define _DEFINE_LIST(T, name) \
inline void wx##name##Node::DeleteData() \
void wx##name##Node::DeleteData() \
{ \
delete (T *)GetData(); \
}