]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlcell.h
implemented moving the dialog (patch 996448)
[wxWidgets.git] / include / wx / html / htmlcell.h
index 1126c3e269d4e2f66e54c0e78f739b05d73664cf..4bc6bb4f4da50317e146090c36b7a719b41aebf7 100644 (file)
@@ -5,7 +5,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999-2003 Vaclav Slavik
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -59,7 +59,7 @@ public:
     void SetToPrivPos(const wxPoint& pos) { m_toPrivPos = pos; }
     void ClearPrivPos() { m_toPrivPos = m_fromPrivPos = wxDefaultPosition; }
 
-    const bool IsEmpty() const 
+    bool IsEmpty() const 
         { return m_fromPos == wxDefaultPosition && 
                  m_toPos == wxDefaultPosition; }