view dwtx/dwtxhelper/URL.d @ 194:6d35b9960800

Crash in jface snippet 11, workaround tango HashMap cannot store null values.
author Frank Benoit <benoit@tionex.de>
date Sun, 01 Feb 2009 19:41:13 +0100
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.URL;

import dwt.dwthelper.utils;

class URL {
    this(String){
        implMissing(__FILE__,__LINE__);
    }
}