mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Apparently override is less fun than I thought.
This commit is contained in:
parent
2afd892e46
commit
cdddb26bba
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
inline T& GetUidData() override { return data; }
|
inline T& GetUidData() { return data; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
union
|
union
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue