]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckaddr.cpp
Updated font dialog constructors to use a reference to the font data
[wxWidgets.git] / src / common / sckaddr.cpp
index 1cfa463c864d003b59bb953329dde1ea8083500c..ff8739c79dc340adbff69ad42faf1d16e40959da 100644 (file)
@@ -46,7 +46,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxIPV4address, wxSockAddress)
 #ifdef ENABLE_IPV6
 IMPLEMENT_DYNAMIC_CLASS(wxIPV6address, wxSockAddress)
 #endif
-#if defined(__UNIX__) && !defined(__WXMAC__)
+#if defined(__UNIX__) && (!defined(__WXMAC__) || defined(__DARWIN__))
 IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
 #endif
 
@@ -71,6 +71,7 @@ wxSockAddress::wxSockAddress()
 }
 
 wxSockAddress::wxSockAddress(const wxSockAddress& other)
+    : wxObject()
 {
     Init();
 
@@ -236,7 +237,7 @@ unsigned short wxIPV6address::Service()
 
 #endif // 0
 
-#if defined(__UNIX__) && !defined(__WXMAC__)
+#if defined(__UNIX__) && (!defined(__WXMAC__) || defined(__DARWIN__))
 
 // ---------------------------------------------------------------------------
 // wxUNIXaddress