]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textbuf.h
wxLaunchDefaultBrowser
[wxWidgets.git] / include / wx / textbuf.h
index 8da8b294548f7f962d27bd1031a3ae6176ebbdd5..f6ca9dcfb9d32c7e48b276b5d343ce650c90a7ab 100644 (file)
@@ -157,7 +157,7 @@ public:
     }
 
     // remove all lines
-    void Clear() { m_aLines.clear(); m_nCurLine = 0; }
+    void Clear() { m_aLines.clear(); m_aTypes.clear(); m_nCurLine = 0; }
 
     // change the buffer (default argument means "don't change type")
     // possibly in another format