mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Reformat all the things!
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
const T* operator->() const { return ComputeValue(); }
|
||||
T& operator*() { return *ComputeValue(); }
|
||||
T* operator->() { return ComputeValue(); }
|
||||
|
||||
private:
|
||||
T* ComputeValue() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user