فهرست منبع

Fixed mis-defined return type.

woollybah 11 سال پیش
والد
کامیت
aec8c50ed1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      proxygadgets.mod/splitter.bmx

+ 2 - 2
proxygadgets.mod/splitter.bmx

@@ -239,10 +239,10 @@ Type TSplitter Extends TProxyGadget
 	
 	'Proxy Gadget Methods
 	
-	Method CleanUp()
+	Method CleanUp:Int()
 		RemoveHook EmitEventHook, eventHandler, Self
 		gadParent = Null
-		Super.CleanUp()
+		Return Super.CleanUp()
 	EndMethod
 	
 	Method SetTooltip%( pTooltip$ )