]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_hline.cpp
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / src / html / m_hline.cpp
index fc875b6b8f33f110001d9603802daeae39ef9e3b..f1d542998ac25055cec8584c9e6984ea9e63ce3c 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/html/m_hline.cpp
 // Purpose:     wxHtml module for horizontal line (HR tag)
 // Author:      Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -46,7 +45,7 @@ class wxHtmlLineCell : public wxHtmlCell
         // Should we draw 3-D shading or not
       bool m_HasShading;
 
-      DECLARE_NO_COPY_CLASS(wxHtmlLineCell)
+      wxDECLARE_NO_COPY_CLASS(wxHtmlLineCell);
 };