summaryrefslogtreecommitdiff
path: root/src/origexception.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
commit2fd4198b78358cf2ba527296fafb5b1728e28ea8 (patch)
tree798098f25293908c7fae4e35e8761918460cdb3e /src/origexception.h
parent930ab4880b65885322eb7ca4772b8cdb49a2b0ae (diff)
added tsrm parameter to all methods to make it compile on tsrm platforms
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;