summaryrefslogtreecommitdiff
path: root/editors/xmlcopyeditor/files/patch-src_myipc.cpp
diff options
context:
space:
mode:
authorJose G. Juanino <jjuanino@gmail.com>2021-11-23 17:48:46 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-11-24 07:50:46 +0100
commit3f6d136d1c1054dcfcbc728fca06d73476112c22 (patch)
tree8e8149ba0081c8726fe202f703cb82f7ee726adf /editors/xmlcopyeditor/files/patch-src_myipc.cpp
parentMk/bsd.java.mk: Add support for openjdk17 and 17[+] as a version (diff)
editors/xmlcopyeditor: update to 1.3.0.0
ChangeLog: https://sourceforge.net/p/xml-copy-editor/code/ci/master/tree/ChangeLog?format=raw PR: 259680 Reported by: jjuanino@gmail.com (maintainer)
Diffstat (limited to 'editors/xmlcopyeditor/files/patch-src_myipc.cpp')
-rw-r--r--editors/xmlcopyeditor/files/patch-src_myipc.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/xmlcopyeditor/files/patch-src_myipc.cpp b/editors/xmlcopyeditor/files/patch-src_myipc.cpp
deleted file mode 100644
index 455ed07d28ee..000000000000
--- a/editors/xmlcopyeditor/files/patch-src_myipc.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/myipc.cpp.orig 2017-09-04 09:59:48 UTC
-+++ src/myipc.cpp
-@@ -46,7 +46,7 @@ wxConnectionBase *MyServer::OnAcceptConn
-
- MyServerConnection::MyServerConnection()
- : wxConnection()
-- , mFrameWnd ( ( wxIntPtr ) NULL )
-+ , mFrameWnd (0)
- {
- server_connection = this;
- }