changeset 110:126d7fddf14f

Fix: missing overload alias
author Frank Benoit <benoit@tionex.de>
date Fri, 18 Jan 2008 23:54:18 +0100
parents b5304cc16c4e
children 7bd33c8cb596 1401263f71b0
files dwt/widgets/Table.d
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;