diff dwt/graphics/FontData.d @ 35:7d135fe0caf2

Ported dwt.graphics.Cursor and dwt.widgets.MenuItem
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 14 Sep 2008 23:32:29 +0200
parents 93b13b15f0b1
children db5a898b2119
line wrap: on
line diff
--- a/dwt/graphics/FontData.d	Sun Sep 14 01:45:57 2008 +0200
+++ b/dwt/graphics/FontData.d	Sun Sep 14 23:32:29 2008 +0200
@@ -215,7 +215,7 @@
  *
  * @see #hashCode
  */
-public bool opEquals (Object object) {
+public int opEquals (Object object) {
     if (object is this) return true;
     if (!( null !is cast(FontData)object )) return false;
     FontData data = cast(FontData)object;