summaryrefslogtreecommitdiffhomepage
path: root/docs/class.ImlibText.php
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2013-07-24 17:55:06 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2013-07-24 17:55:06 +0000
commit469cf3df58f7d076a62c51c1df2163d23989f924 (patch)
treefb5c3a86d345b78101950437e515f013c74453a3 /docs/class.ImlibText.php
parent19d701d359aae091eb2b2520ca2675de0e406a38 (diff)
- remove call-time pass-by-reference
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@345 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'docs/class.ImlibText.php')
-rw-r--r--docs/class.ImlibText.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**