]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
1. wxLog::FlushActive() added
[wxWidgets.git] / include / wx / textctrl.h
index 279d9160a85eb1474302f8b559d2714c0e2b1e43..5e7d35a11f9a87966e79a8a865c845e9ac7eff88 100644 (file)
@@ -15,6 +15,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+#ifdef __GNUG__
+    #pragma interface "textctrlbase.h"
+#endif   
 
 #include "wx/defs.h"
 #include "wx/control.h"         // the base class
@@ -29,7 +32,7 @@
 
 #ifndef NO_TEXT_WINDOW_STREAM
     #if wxUSE_STD_IOSTREAM
-        #include "ioswrap.h"    // for iostream classes if we need them
+        #include "wx/ioswrap.h"    // for iostream classes if we need them
     #else // !wxUSE_STD_IOSTREAM
         // can't compile this feature in if we don't use streams at all
         #define NO_TEXT_WINDOW_STREAM