]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Removed removal of config.log which is stupid and hinders debugging.
[wxWidgets.git] / include / wx / gtk / textctrl.h
index e477a54675d87fd5b07b3de81e30e9f666116a96..29663cf0d07e0b9be9d5ada92b9d9df04a74ea84 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/string.h"
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
@@ -105,8 +105,8 @@ class wxTextCtrl: public wxControl, public streambuf
     
   // implementation    
     
-    virtual GtkWidget* GetConnectWidget(void);
-    virtual bool IsOwnGtkWindow( GdkWindow *window );
+    GtkWidget* GetConnectWidget(void);
+    bool IsOwnGtkWindow( GdkWindow *window );
     
   private: