oops, miscommit

svn path=/trunk/gtk-sharp/; revision=36221
This commit is contained in:
Mike Kestner 2004-11-17 16:06:59 +00:00
parent 7dbea0aa67
commit 343e5274dd

View File

@ -205,7 +205,7 @@ namespace GtkSharp.Generation {
private void GenerateDeclCommon (StreamWriter sw, ClassBase implementor)
{
if (elem.GetAttribute ("shared") == "true"))
if (elem.GetAttribute ("shared") == "true")
sw.Write("static ");
sw.Write (Safety);
Method dup = null;