]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gsockgtk.cpp
gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail...
[wxWidgets.git] / src / gtk1 / gsockgtk.cpp
index af5fbe635dcc799fe3b35ec3d57ba8138734015d..a3656b7284e2b1788b46e743c9f7763a265cd1d9 100644 (file)
@@ -1,12 +1,13 @@
 /* -------------------------------------------------------------------------
  * Project: GSocket (Generic Socket) for WX
- * Name:    gsockgtk.c
+ * Name:    src/gtk1/gsockgtk.cpp
  * Purpose: GSocket: GTK part
  * Licence: The wxWindows licence
  * CVSID:   $Id$
  * -------------------------------------------------------------------------
  */
-#include "wx/setup.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
 #if wxUSE_SOCKETS
 
@@ -47,7 +48,7 @@ bool GSocketGUIFunctionsTableConcrete::OnInit(void)
 void GSocketGUIFunctionsTableConcrete::OnExit(void)
 {
 }
-    
+
 bool GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket *socket)
 {
   gint *m_id;