summaryrefslogtreecommitdiffhomepage
path: root/docs/class.ImlibPoly.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/class.ImlibPoly.php')
-rw-r--r--docs/class.ImlibPoly.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/class.ImlibPoly.php b/docs/class.ImlibPoly.php
index 698c752..1d48e88 100644
--- a/docs/class.ImlibPoly.php
+++ b/docs/class.ImlibPoly.php
@@ -147,7 +147,7 @@ class ImlibPoly extends ImlibCliprect
if (!is_resource($this->poly))
return false;
- imlib_polygon_get_bounds($this->poly,&$x1,&$y1,&$x2,&$y2);
+ imlib_polygon_get_bounds($this->poly,$x1,$y1,$x2,$y2);
}
/**