remove 'private' keyword where possible
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenRA.Widgets
|
||||
get { return rootWidget; }
|
||||
set { rootWidget = value; }
|
||||
}
|
||||
private static Widget rootWidget = new ContainerWidget();
|
||||
static Widget rootWidget = new ContainerWidget();
|
||||
|
||||
public Widget(Widget widget)
|
||||
{
|
||||
@@ -401,4 +401,4 @@ namespace OpenRA.Widgets
|
||||
{
|
||||
void Init();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user