summaryrefslogtreecommitdiff
path: root/include/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exception.h')
-rw-r--r--include/exception.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/exception.h b/include/exception.h
index 7722424..dd38035 100644
--- a/include/exception.h
+++ b/include/exception.h
@@ -65,8 +65,7 @@ public:
*
* @internal
*/
-// virtual void process();
- virtual void process(void ***tsrm_ls);
+ virtual void process(TSRMLS_D);
};
/**