diff dwt/internal/image/JPEGQuantizationTable.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/JPEGQuantizationTable.d	Mon May 05 00:12:38 2008 +0200
+++ b/dwt/internal/image/JPEGQuantizationTable.d	Sat May 17 17:34:28 2008 +0200
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2006 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
@@ -166,7 +166,7 @@
     }
 }
 
-override public int signature() {
+public override int signature() {
     return JPEGFileFormat.DQT;
 }
 }