diff options
Diffstat (limited to 'src/cli/runtime/PersistentArray.cs')
-rw-r--r-- | src/cli/runtime/PersistentArray.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/runtime/PersistentArray.cs b/src/cli/runtime/PersistentArray.cs index 5eac2e74..59d41117 100644 --- a/src/cli/runtime/PersistentArray.cs +++ b/src/cli/runtime/PersistentArray.cs @@ -180,6 +180,7 @@ PersistentArray getSetArray(){ }
//*
+[STAThread]
static public void Main(String[] args){
if(args.Length != 3)
{
|