]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textbuf.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / textbuf.h
index ac8b14a3b3dc1c1de344206f739e63e25a79385e..17c3d3cb99e86aeb77d09370e356b09373addf2c 100644 (file)
@@ -5,7 +5,7 @@
 //              differences between platforms.
 // Created:     14.11.01
 // Author:      Morten Hanssen, Vadim Zeitlin
-// Copyright:   (c) 1998-2001 wxWidgets team
+// Copyright:   (c) 1998-2001 Morten Hanssen, Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -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
@@ -165,7 +165,7 @@ public:
                wxMBConv& conv = wxConvUTF8);
 
     // dtor
-    virtual ~wxTextBuffer(){};
+    virtual ~wxTextBuffer();
 
 protected:
     // ctors