]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
don't draw resize sash if it's dragged outside of managed frame
[wxWidgets.git] / include / wx / list.h
index 51ecad7972bd7314cfabd5bb75e44fce746bc517..b8cc07ea8471f4bdf4b403ea2f26b8119f8f7d24 100644 (file)
@@ -468,7 +468,7 @@ private:
 
     wxListBase  *m_list;        // list we belong to
 
-    DECLARE_NO_COPY_CLASS(wxNodeBase)
+    wxDECLARE_NO_COPY_CLASS(wxNodeBase);
 };
 
 // -----------------------------------------------------------------------------