freebsd-ports/editors/zoinks/files/patch-ide-TLogDocument.cpp
Martin Wilke 9fe1834c7a - Unbreak
- Fix build with gcc 4.2

PR:		117776
Submitted by:	pietro cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-05 10:04:15 +00:00

11 lines
251 B
C++

--- 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 *)"");
}