summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/base.h b/include/base.h
index b9dced2..97b153d 100644
--- a/include/base.h
+++ b/include/base.h
@@ -111,6 +111,11 @@ public:
{
return Value(this)[name];
}
+
+ /**
+ * Overridable method that is called right before an object is destructed
+ */
+ void __destruct() const;
/**
* Overridable method that is called right after an object is cloned
@@ -120,13 +125,6 @@ public:
void __clone() const {}
/**
- * Overridable method that is called right before an object is destructed
- *
- * The default implementation does nothing
- */
- void __destruct() const {}
-
- /**
* Overridable method that is called to check if a property is set
*
* The default implementation does nothing, and the script will fall back