Add objectGetChildren() method to classes without child objects
This commit is contained in:
committed by
WineHQ
parent
3c6340e581
commit
faf7d9bb19
@@ -297,6 +297,12 @@ class screenshot
|
||||
return $this->oScreenshotImage->get_width();
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
/* We have none */
|
||||
return array();
|
||||
}
|
||||
|
||||
function get_screenshot_height()
|
||||
{
|
||||
$this->load_image(false);
|
||||
|
||||
Reference in New Issue
Block a user