forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
251 B
C++
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 *)"");
|
|
}
|
|
|
|
|