Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Jan 22, 2025
1 parent 7aa8ab5 commit 8367665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/RED4ext/Memory/UniquePtr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class UniquePtr
}

T* instance;

};
RED4EXT_ASSERT_SIZE(UniquePtr<void>, 0x8);
RED4EXT_ASSERT_OFFSET(UniquePtr<void>, instance, 0x0);
Expand Down

0 comments on commit 8367665

Please sign in to comment.