aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/Refs/RefExtern.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/Refs/RefExtern.php')
-rw-r--r--src/Execution/Refs/RefExtern.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Execution/Refs/RefExtern.php b/src/Execution/Refs/RefExtern.php
index 4beccb4..8c0509d 100644
--- a/src/Execution/Refs/RefExtern.php
+++ b/src/Execution/Refs/RefExtern.php
@@ -4,13 +4,12 @@ declare(strict_types=1);
namespace Nsfisis\Waddiwasi\Execution\Refs;
-use Nsfisis\Waddiwasi\Execution\ExternAddr;
use Nsfisis\Waddiwasi\Execution\Ref;
final readonly class RefExtern extends Ref
{
public function __construct(
- public ExternAddr $addr,
+ public int $addr,
) {
}
}