diff options
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; - } |