mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 20:47:06 -05:00
Apparently override is less fun than I thought.
This commit is contained in:
parent
2afd892e46
commit
cdddb26bba
|
|
@ -71,7 +71,7 @@ public:
|
|||
}
|
||||
|
||||
template<class T>
|
||||
inline T& GetUidData() override { return data; }
|
||||
inline T& GetUidData() { return data; }
|
||||
|
||||
private:
|
||||
union
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user