summaryrefslogtreecommitdiff
path: root/include/parameters.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 14:51:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 14:51:41 +0100
commitaecf6c450fc4ad9b1b3ee0ce4450b9dac5ce2967 (patch)
tree12ffe9aa7f6b4a6ac4c2273aa8e2063ce7b685b9 /include/parameters.h
parent2fd4198b78358cf2ba527296fafb5b1728e28ea8 (diff)
fix compile issues for TRSM
Diffstat (limited to 'include/parameters.h')
-rw-r--r--include/parameters.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parameters.h b/include/parameters.h
index 91fab5a..fa53004 100644
--- a/include/parameters.h
+++ b/include/parameters.h
@@ -29,8 +29,7 @@ public:
* @param argc Number of arguments
* @param tsrm_ls
*/
-// Parameters(struct _zval_struct *this_ptr, int argc);
- Parameters(struct _zval_struct *this_ptr, int argc, void ***tsrm_ls);
+ Parameters(struct _zval_struct *this_ptr, int argc TSRMLS_DC);
/**
* Destructor