Link CTweakPlayer

Former-commit-id: 84e8d8a9fa
This commit is contained in:
2022-12-07 01:06:09 -05:00
parent 8dc5aee508
commit 4a4e040adf
3 changed files with 13 additions and 10 deletions

View File

@@ -5,7 +5,9 @@
class ITweakObject {
public:
virtual ~ITweakObject() {};
virtual ~ITweakObject() = 0;
};
inline ITweakObject::~ITweakObject() {}
#endif // _ITWEAKOBJECT