mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Remove two warnings by assigning string provider = ""
and string type = "". Currently we are down to 14 warnings in the VS2005 C# build which is pretty good.
This commit is contained in:
@@ -271,10 +271,10 @@ namespace OpenSim.Framework
|
||||
public class PluginExtensionNode : ExtensionNode
|
||||
{
|
||||
[NodeAttribute]
|
||||
string provider;
|
||||
string provider = "";
|
||||
|
||||
[NodeAttribute]
|
||||
string type;
|
||||
string type = "";
|
||||
|
||||
Type typeobj;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user