Parcourir la source

Renaming ArgumentsInstance filename

Sebastien Ros il y a 9 ans
Parent
commit
45dffaec5f
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  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