Explorar o código

Fixed mis-defined return type.

woollybah %!s(int64=11) %!d(string=hai) anos
pai
achega
aec8c50ed1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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$ )