]> 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 bb1b83a5c35ddfdaf875cf766be892f16a45b189..4bc6bb4f4da50317e146090c36b7a719b41aebf7 100644 (file)
@@ -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; }