Common/PointerWrap: Hide internals.

This commit is contained in:
Admiral H. Curtiss
2022-04-18 03:41:14 +02:00
parent 3ed9d5a3c7
commit 853cf4f818
5 changed files with 6 additions and 5 deletions

View File

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