X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d080f35b173d2a855078d11e6b142b4e6d79a7..c04ec4965704643f498999fb5123e63330a3ee50:/include/wx/list.h?ds=sidebyside diff --git a/include/wx/list.h b/include/wx/list.h index 6be233d821..c4e483ecd7 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -166,7 +166,7 @@ enum wxKeyType return it; \ } \ public: \ - liT() {}; \ + liT() {} \ \ citer Append( elT e ) { push_back( e ); return GetLast(); } \ void Clear() { clear(); } \ @@ -371,7 +371,7 @@ private: // a double-linked list class // ----------------------------------------------------------------------------- -class wxList; +class WXDLLIMPEXP_BASE wxList; class WXDLLIMPEXP_BASE wxListBase : public wxObject {