View | Details | Raw Unified | Return to bug 221890 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/xmlcopyeditor/files/patch-src_myipc.cpp (-1 / +11 lines)
Added Link Here
0
- 
1
--- src/myipc.cpp.orig	2017-09-04 09:59:48 UTC
2
+++ src/myipc.cpp
3
@@ -46,7 +46,7 @@ wxConnectionBase *MyServer::OnAcceptConn
4
 
5
 MyServerConnection::MyServerConnection()
6
 	: wxConnection()
7
-	, mFrameWnd ( ( wxIntPtr ) NULL )
8
+	, mFrameWnd (0)
9
 {
10
 	server_connection = this;
11
 }

Return to bug 221890