From 469cf3df58f7d076a62c51c1df2163d23989f924 Mon Sep 17 00:00:00 2001 From: pp Date: Wed, 24 Jul 2013 17:55:06 +0000 Subject: - remove call-time pass-by-reference git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@345 455248ca-bdda-0310-9134-f4ebb693071a --- docs/class.ImlibText.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/class.ImlibText.php') diff --git a/docs/class.ImlibText.php b/docs/class.ImlibText.php index 4bc7273..f88807d 100644 --- a/docs/class.ImlibText.php +++ b/docs/class.ImlibText.php @@ -102,7 +102,7 @@ class ImlibText extends ImlibColor if (!is_resource($this->fnt)) return false; - return imlib_get_text_size($this->fnt,$str,&$w,&$h,$dir); + return imlib_get_text_size($this->fnt,$str,$w,$h,$dir); } /** -- cgit v1.2.3