aboutsummaryrefslogblamecommitdiff
path: root/editors/zoinks/files/patch-ide-TLogDocument.cpp
blob: 524b2dfa851ee865023323a6dac53576a074725a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                   
--- ide/TLogDocument.cpp.orig	2007-11-03 00:04:36.000000000 +0100
+++ ide/TLogDocument.cpp	2007-11-03 00:09:52.000000000 +0100
@@ -262,7 +262,7 @@
 
 void TLogDocument::ClearText()
 {
-	fTextView->SetText("");
+	fTextView->SetText((char *)"");
 }