mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier1: make CDepthCounter::Get const
This commit is contained in:
parent
510fb27392
commit
93eb3ab3a3
@ -19,7 +19,7 @@ public:
|
||||
ref--;
|
||||
}
|
||||
|
||||
T Get()
|
||||
T Get() const
|
||||
{
|
||||
return ref;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user