diff options
Diffstat (limited to 'editors/zoinks/files/patch-ide-TLogDocument.cpp')
-rw-r--r-- | editors/zoinks/files/patch-ide-TLogDocument.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/zoinks/files/patch-ide-TLogDocument.cpp b/editors/zoinks/files/patch-ide-TLogDocument.cpp deleted file mode 100644 index 524b2dfa851e..000000000000 --- a/editors/zoinks/files/patch-ide-TLogDocument.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 *)""); - } - - |