diff dwt/internal/image/JPEGComment.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents 9a64a7781bab
children
line wrap: on
line diff
--- a/dwt/internal/image/JPEGComment.d	Mon May 05 00:12:38 2008 +0200
+++ b/dwt/internal/image/JPEGComment.d	Sat May 17 17:34:28 2008 +0200
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2003 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
@@ -26,7 +26,7 @@
         super(byteStream);
     }
 
-    override public int signature() {
+    public override int signature() {
         return JPEGFileFormat.COM;
     }
 }