X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=src%2Fphp_propro_api.h;fp=src%2Fphp_propro_api.h;h=a33cd34eb98f9639eec17272a8f000a2667488b7;hp=2c03c0f8e9a73d1ac9f863e7616fbb62b712735b;hb=107ea2284072f3f2bf9ea568ad82c047f8206963;hpb=7d3b07ee79a6ef533705902523ae69080d173cc6 diff --git a/src/php_propro_api.h b/src/php_propro_api.h index 2c03c0f..a33cd34 100644 --- a/src/php_propro_api.h +++ b/src/php_propro_api.h @@ -21,7 +21,7 @@ * Container for the object/array holding the proxied property. */ struct php_property_proxy { - /** The container holding the property */ + /** The reference to the container holding the property */ zval container; /** The name of the proxied property */ zend_string *member;