diff --git a/callagent/MGCPTrunk.st b/callagent/MGCPTrunk.st index 52d8351..b70b7bb 100644 --- a/callagent/MGCPTrunk.st +++ b/callagent/MGCPTrunk.st @@ -21,9 +21,9 @@ Object subclass: MGCPTrunkBase [ - MGCPTrunkBase class >> initialize [ + MGCPTrunkBase class >> new [ - ^ self new + ^ super new initialize; yourself ]