Common/PointerWrap: Hide internals.

This commit is contained in:
Admiral H. Curtiss 2022-04-18 03:41:14 +02:00
commit 853cf4f818
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
5 changed files with 6 additions and 5 deletions

View file

@ -46,6 +46,7 @@ public:
MODE_VERIFY, // compare
};
private:
u8** ptr;
Mode mode;