mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:03:48 +00:00
Add virtual destructor
This commit is contained in:
parent
0ca2917caa
commit
8acd89cbc5
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class IntLoader {
|
|||
data.Advance(4);
|
||||
return true;
|
||||
}
|
||||
virtual ~IntLoader() { }
|
||||
};
|
||||
|
||||
class BigEndianIntLoader : public IntLoader {
|
||||
|
|
Loading…
Reference in a new issue