]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
fixed missing semicolons, as reported by check_syntax.sh
[wxWidgets.git] / interface / wx / list.h
index bd35298d39153a435a2da38fabbf0e2eb37ad08a..44311a3d37a66f922e2fe1a31c10ec7d1ce5324e 100644 (file)
@@ -236,7 +236,7 @@ public:
     /**
        Clears the list and adds @a n items with value @a v to it.
     */
-    void assign(size_type n, const_reference v = value_type())          \
+    void assign(size_type n, const_reference v = value_type());
 
     /**
         Returns the last item of the list.