Fixing warning messages for MiniProfiler

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-08-22 15:25:44 -07:00
parent 5f00fd7141
commit b24a5c74ec
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ namespace Four2n.Orchard.MiniProfiler.Data.Providers
{
}
public static string ProviderName
public new static string ProviderName
{
get { return global::Orchard.Data.Providers.SqlCeDataServicesProvider.ProviderName; }
}

View File

@@ -23,7 +23,7 @@ namespace Four2n.Orchard.MiniProfiler.Data.Providers
{
}
public static string ProviderName
public new static string ProviderName
{
get { return global::Orchard.Data.Providers.SqlServerDataServicesProvider.ProviderName; }
}