]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Fix another compilation problem after wxNOEXCEPT introduction.
[wxWidgets.git] / include / wx / textctrl.h
index 57dfeb79b43d0468369f9cb4288d775ce9cd3763..dcf0311b74f945f2bd2be0f8ec9a3158f3d9ea94 100644 (file)
@@ -243,7 +243,9 @@ enum wxTextAttrBulletStyle
 
     wxTEXT_ATTR_BULLET_STYLE_ALIGN_LEFT      = 0x00000000,
     wxTEXT_ATTR_BULLET_STYLE_ALIGN_RIGHT     = 0x00001000,
-    wxTEXT_ATTR_BULLET_STYLE_ALIGN_CENTRE    = 0x00002000
+    wxTEXT_ATTR_BULLET_STYLE_ALIGN_CENTRE    = 0x00002000,
+
+    wxTEXT_ATTR_BULLET_STYLE_CONTINUATION    = 0x00004000
 };
 
 /*!
@@ -677,7 +679,7 @@ public:
     // --------
 
     wxTextCtrlBase() { }
-    virtual ~wxTextCtrlBase() { }
+    virtual ~wxTextCtrlBase() wxNOEXCEPT { }
 
 
     // more readable flag testing methods
@@ -819,7 +821,7 @@ public:
           m_start(event.m_start),
           m_end(event.m_end) { }
 
-    // get the mouse event which happend over the URL
+    // get the mouse event which happened over the URL
     const wxMouseEvent& GetMouseEvent() const { return m_evtMouse; }
 
     // get the start of the URL