Changeset 213:36f5cb12e1a2 for dwt/internal/image/JPEGHuffmanTable.d
- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
-
- dwt/internal/image/JPEGHuffmanTable.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/JPEGHuffmanTable.d
r48 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2005 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 265 265 } 266 266 267 override publicint signature() {267 public override int signature() { 268 268 return JPEGFileFormat.DHT; 269 269 }
