]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Can now switch between PostScript and WIN32 print dialogs
[wxWidgets.git] / src / common / appbase.cpp
index 2091e12a70196af8179ec2d5290fa1fe13aa90ac..9b7e921da874a3499ae7fcc6711a71f48e67e467 100644 (file)
@@ -456,6 +456,13 @@ void wxConsoleAppTraitsBase::RemoveFromPendingDelete(wxObject * WXUNUSED(object)
 {
     // nothing to do
 }
+    
+#if wxUSE_SOCKETS
+GSocketGUIFunctionsTable* wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable()
+{
+    return NULL;
+}
+#endif
 
 // ----------------------------------------------------------------------------
 // wxAppTraits