opnsense-ports/editors/xmlcopyeditor/files/patch-src_myipc.cpp
Franco Fichtner b946d948ae */*: sync with upstream
Taken from: HardenedBSD
2018-03-10 06:34:33 +01:00

11 lines
275 B
C++

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