Show
Ignore:
Timestamp:
05/17/08 11:34:28 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Update to SWT 3.4M7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/image/FileFormat.d

    r212 r213  
    1212 *******************************************************************************/ 
    1313module dwt.internal.image.FileFormat; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517public import dwt.graphics.ImageLoader; 
     
    3335import tango.core.Exception; 
    3436import tango.core.Tuple; 
    35 import dwt.dwthelper.utils; 
    3637 
    3738/** 
     
    8283    FileFormat fileFormat = null; 
    8384    LEDataInputStream stream = new LEDataInputStream(istr); 
    84     bool isSupported = false; 
     85    bool isSupported = false;    
    8586    foreach( TFormat; TFormats ){ 
    8687        try{