functionvalue matches and cleanup

This commit is contained in:
LagoLunatic
2024-09-10 13:37:02 -04:00
parent a1bd36d0c5
commit 580a5eefe5
4 changed files with 49 additions and 27 deletions
@@ -76,8 +76,7 @@ public:
class TFunctionValueAttribute_refer : public JGadget::TVector_pointer<TFunctionValue*> {
public:
TFunctionValueAttribute_refer() :
JGadget::TVector_pointer<TFunctionValue*>(JGadget::TAllocator<void*>()) {}
TFunctionValueAttribute_refer() : JGadget::TVector_pointer<TFunctionValue*>(JGadget::TAllocator<void*>()) {}
~TFunctionValueAttribute_refer() {}
void refer_initialize();