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