diff --git a/ChangeLog b/ChangeLog index cfce34ed8..0d54c0aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-05-08 Joe Shaw + + * generator/ObjectGen.cs (GenProperty): And uncomment it out because + the compiler bug is fixed. + 2002-05-08 Joe Shaw * generator/ObjectGen.cs (GenProperty): Comment the last checkin out diff --git a/generator/ObjectGen.cs b/generator/ObjectGen.cs index 00c87ac03..df329addd 100644 --- a/generator/ObjectGen.cs +++ b/generator/ObjectGen.cs @@ -184,11 +184,8 @@ namespace GtkSharp.Generation { Console.Write("Interface property detected "); Statistics.ThrottledCount++; return true; - // FIXME: This will cause InvalidCastExceptions but - // it's commented out to help expose a compiler bug - // - // } else if (table.IsObject(c_type)) { - // v_type = "GLib.Object"; + } else if (table.IsObject(c_type)) { + v_type = "GLib.Object"; } if (cs_type == "") {