summaryrefslogtreecommitdiff
path: root/src/methodmember.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/methodmember.h')
-rw-r--r--src/methodmember.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/methodmember.h b/src/methodmember.h
index 67b4dad..4f2d4e5 100644
--- a/src/methodmember.h
+++ b/src/methodmember.h
@@ -41,9 +41,9 @@ public:
* Fill a function entry object
* @param entry Function entry
* @param classname Name of the class
- * @param pub Is this a public entry
+ * @param method Is this a public entry
*/
- virtual void fill(struct _zend_function_entry *entry, const char *classname, int flags)
+ virtual void fill(struct _zend_function_entry *entry, const char *classname, MemberModifier flags)
{
// call function object
Function::fill(entry, classname, flags);