diff --git a/src/EntitySidebarImg.as b/src/EntitySidebarImg.as index 0a47cfc..e2ee062 100644 --- a/src/EntitySidebarImg.as +++ b/src/EntitySidebarImg.as @@ -22,7 +22,7 @@ package SetScale(sidebar); super(sidebar, h < 0 ? img.scaledHeight : h, img); } - private function SetScale(sidebar: Sidebar) + private function SetScale(sidebar: Sidebar): void { var scale:Number = sidebar.width / img.width; if (h >= 0)