mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
VS2019 fixes
This commit is contained in:
parent
bd3fa65692
commit
506d9868fa
3 changed files with 5 additions and 5 deletions
|
@ -99,12 +99,12 @@ public:
|
|||
return itr;
|
||||
}
|
||||
|
||||
T& operator*()
|
||||
T& operator*() const
|
||||
{
|
||||
return *mPtr;
|
||||
}
|
||||
|
||||
T* operator->()
|
||||
T* operator->() const
|
||||
{
|
||||
return mPtr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue