comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/image/PngDeflater.d @ 39:0ecb2b338560

further work on phobosification
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 13:20:43 +0100
parents 6dd524f61e62
children 536e43f63c81
comparison
equal deleted inserted replaced
38:2e09b0e6857a 39:0ecb2b338560
118 118
119 } 119 }
120 120
121 } 121 }
122 122
123 static const Code lengthCodes[]; 123 static /*const*/ Code lengthCodes[];
124 static const Code distanceCodes[]; 124 static /*const*/ Code distanceCodes[];
125 125
126 static this() { 126 static this() {
127 lengthCodes = [ 127 lengthCodes = [
128 new Code(257, 0, 3, 3), 128 new Code(257, 0, 3, 3),
129 new Code(258, 0, 4, 4), 129 new Code(258, 0, 4, 4),