oops, miscommit
svn path=/trunk/gtk-sharp/; revision=36221
This commit is contained in:
parent
7dbea0aa67
commit
343e5274dd
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace GtkSharp.Generation {
|
||||||
|
|
||||||
private void GenerateDeclCommon (StreamWriter sw, ClassBase implementor)
|
private void GenerateDeclCommon (StreamWriter sw, ClassBase implementor)
|
||||||
{
|
{
|
||||||
if (elem.GetAttribute ("shared") == "true"))
|
if (elem.GetAttribute ("shared") == "true")
|
||||||
sw.Write("static ");
|
sw.Write("static ");
|
||||||
sw.Write (Safety);
|
sw.Write (Safety);
|
||||||
Method dup = null;
|
Method dup = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue