]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
fixed inserting styled text into an empty control under GTK+ 2.0
[wxWidgets.git] / include / wx / list.h
index 6be233d821c66f661f594a046086f6b2e52f1593..c4e483ecd7fec4a33d905ec92a8658cbaf8325eb 100644 (file)
@@ -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
 {