Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-02-07 10:13:11 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-02-07 10:13:11 +0300
commitaa0fb82c1b78a8323d822d8fb69c2af895b2faeb (patch)
treed3957eba85bcc219f27da2e48f6429e66035a813 /src/ILCompiler.DependencyAnalysisFramework
parentf70b3b312e248343aec127568be1c2c5147a0674 (diff)
RI from ProjNdev3
[tfs-changeset: 1646943]
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/DependencyNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/DependencyNode.cs b/src/ILCompiler.DependencyAnalysisFramework/src/DependencyNode.cs
index 6167b6963..75d87e4cf 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/DependencyNode.cs
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/DependencyNode.cs
@@ -40,7 +40,7 @@ namespace ILCompiler.DependencyAnalysisFramework
}
// Force all non-abstract nodes to provide a name
- protected internal abstract string GetName();
+ protected abstract string GetName();
public override string ToString()
{