]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove WXDLLIMPEXP_BASE from the declaration of wxList_SortFunction
authorRobin Dunn <robin@alldunn.com>
Tue, 8 Jan 2008 22:41:28 +0000 (22:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 8 Jan 2008 22:41:28 +0000 (22:41 +0000)
to resolve link errors with MSVC 7.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index df7eed1cb76cd9babecde1f2334fa0627d4ee230..c83ac08be3f6700a14dacdae66cdcaf6f8bf58f9 100644 (file)
@@ -80,7 +80,7 @@ typedef int (* LINKAGEMODE wxListIterateFunction)(void *current);
 #if !defined(__VISUALC__) || __VISUALC__ >= 1300 // == !VC6
 
 template<class T>
-class WXDLLIMPEXP_BASE wxList_SortFunction
+class wxList_SortFunction
 {
 public:
     wxList_SortFunction(wxSortCompareFunction f) : m_f(f) { }