# HG changeset patch # User Frank Benoit # Date 1200696858 -3600 # Node ID 126d7fddf14fe800320172c27061f87d35385c58 # Parent b5304cc16c4e133a4dbf61d8cfc06124980c5834 Fix: missing overload alias diff -r b5304cc16c4e -r 126d7fddf14f dwt/widgets/Table.d --- a/dwt/widgets/Table.d Fri Jan 18 23:53:59 2008 +0100 +++ b/dwt/widgets/Table.d Fri Jan 18 23:54:18 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -510,6 +510,7 @@ } } +alias Composite.computeSize computeSize; public Point computeSize (int wHint, int hHint, bool changed) { checkWidget (); if (wHint !is DWT.DEFAULT && wHint < 0) wHint = 0;