com gtk/php-gtk: fix win32 build: ext/gtk+/php_gtk+_types .c
[email protected] (David Soria Parra) Fri, 24 Feb 2006 15:23:26 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d91d48b5563b61f6c6e8139696b5b4dc90e29f57 Author: Steph Fox <[email protected]> Fri, 24 Feb 2006 15:23:26 +0000 Parents: a6b10ed9f75731c7a44691e9b95baab6b678d8e5 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=d91d48b5563b61f6c6e8139696b5b4dc90e29f57 Log: fix win32 build Changed paths: M ext/gtk+/php_gtk+_types.c Diff: d91d48b5563b61f6c6e8139696b5b4dc90e29f57 diff --git a/ext/gtk+/php_gtk+_types.c b/ext/gtk+/php_gtk+_types.c index a23220f..aef0336 100644 --- a/ext/gtk+/php_gtk+_types.c +++ b/ext/gtk+/php_gtk+_types.c @@ -511,9 +511,10 @@ static void phpg_modelrowiter_new(zval **zobj, GtkTreeModel *model, GtkTreeIter static PHP_METHOD(GtkTreeModelRow, children) { - NOT_STATIC_METHOD(); phpg_modelrow_t *row; + NOT_STATIC_METHOD(); + if (!php_gtk_parse_args(ZEND_NUM_ARGS(), "")) { return; }