Browse Source

Renaming ArgumentsInstance filename

Sebastien Ros 9 years ago
parent
commit
45dffaec5f
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Jint/Jint.csproj
  2. 0 0
      Jint/Native/Argument/ArgumentsInstance.cs

+ 1 - 1
Jint/Jint.csproj

@@ -72,7 +72,7 @@
     <Compile Include="Native\Error\ErrorPrototype.cs" />
     <Compile Include="Native\Error\ErrorConstructor.cs" />
     <Compile Include="Native\Error\ErrorInstance.cs" />
-    <Compile Include="Native\Argument\ArgumentsObject.cs" />
+    <Compile Include="Native\Argument\ArgumentsInstance.cs" />
     <Compile Include="Native\Function\FunctionPrototype.cs" />
     <Compile Include="Native\Function\ThrowTypeError.cs" />
     <Compile Include="Native\Function\EvalFunctionInstance.cs" />

+ 0 - 0
Jint/Native/Argument/ArgumentsObject.cs → Jint/Native/Argument/ArgumentsInstance.cs