mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-12 14:08:35 +00:00
Made constructor of SingleStatementObject protected.
This commit is contained in:
parent
1f41470dbb
commit
1b15ffb645
@ -14,7 +14,7 @@ namespace OSCADSharp.Scripting
|
||||
{
|
||||
protected OSCADObject obj;
|
||||
|
||||
public SingleStatementObject(OSCADObject obj)
|
||||
protected SingleStatementObject(OSCADObject obj)
|
||||
{
|
||||
this.obj = obj;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user