mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C#: Change constructor visibility to protected in abstract classes
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Semmle.Extraction.CIL
|
||||
{
|
||||
public Context cx;
|
||||
|
||||
public GenericContext(Context cx)
|
||||
protected GenericContext(Context cx)
|
||||
{
|
||||
this.cx = cx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user