Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Van Hoof <pvanhoof@mono-cvs.ximian.com>2004-01-26 02:40:12 +0300
committerPhilip Van Hoof <pvanhoof@mono-cvs.ximian.com>2004-01-26 02:40:12 +0300
commit48b347a3e8ff79e82248daba086fca64b8581717 (patch)
treebb6eea19ced4db4d724990c074b6dc19f1f25ac6 /mcs/class/System.Windows.Forms/Gtk/Form.cs
parent59577583776117370ce6b6d44ae6aca38ad14f5f (diff)
Fixed some compiler warnings
svn path=/trunk/mcs/; revision=22478
Diffstat (limited to 'mcs/class/System.Windows.Forms/Gtk/Form.cs')
-rw-r--r--mcs/class/System.Windows.Forms/Gtk/Form.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Windows.Forms/Gtk/Form.cs b/mcs/class/System.Windows.Forms/Gtk/Form.cs
index ea8410baa0c..8144e9fd8d3 100644
--- a/mcs/class/System.Windows.Forms/Gtk/Form.cs
+++ b/mcs/class/System.Windows.Forms/Gtk/Form.cs
@@ -59,7 +59,7 @@ namespace System.Windows.Forms
Activated (o, args);
}
- internal void ConnectEvents (){
+ internal override void ConnectEvents (){
win.DefaultActivated += new EventHandler (activate_cb);
win.DeleteEvent += new DeleteEventHandler (delete_cb);
win.Realized += new EventHandler (load_cb);