]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Use wxWebKitCtrlNameStr to adhere to the convention used by other wx classes.
[wxWidgets.git] / include / wx / statline.h
index 9cdd7ffd2e8e726efc1bc3590ff47260150944e2..38941691182611d4683a4afe3792847e108c106d 100644 (file)
@@ -76,7 +76,7 @@ protected:
         return AdjustSize(wxDefaultSize);
     }
 
-    DECLARE_NO_COPY_CLASS(wxStaticLineBase)
+    wxDECLARE_NO_COPY_CLASS(wxStaticLineBase);
 };
 
 // ----------------------------------------------------------------------------