diff options
author | Jose G. Juanino <jjuanino@gmail.com> | 2021-11-23 17:48:46 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-11-24 07:50:46 +0100 |
commit | 3f6d136d1c1054dcfcbc728fca06d73476112c22 (patch) | |
tree | 8e8149ba0081c8726fe202f703cb82f7ee726adf /editors/xmlcopyeditor/files/patch-src_myipc.cpp | |
parent | Mk/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.cpp | 11 |
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; - } |