Match and link CTweakParticle

Former-commit-id: 3e06682f37
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-14 13:01:20 +03:00
parent a0b77904ca
commit 4a5fe82469
20 changed files with 106 additions and 71 deletions

View File

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