summaryrefslogtreecommitdiff
path: root/src/origexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/origexception.h')
-rw-r--r--src/origexception.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/origexception.h b/src/origexception.h
index c1b2871..5cbb0e1 100644
--- a/src/origexception.h
+++ b/src/origexception.h
@@ -62,9 +62,11 @@ public:
*
* This will restore the exception so that it can be further processed
* in PHP code
+ *
+ * @param tsrm_ls
* @internal
*/
- virtual void process() override
+ virtual void process(TSRMLS_D) override
{
// mark exception as restored
_restored = true;