diff dwt/custom/StyledText.d @ 271:d472fae79005

Fix: compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 15:41:30 +0200
parents 11015f58425e
children 9d67c3170a58
line wrap: on
line diff
--- a/dwt/custom/StyledText.d	Sun Jul 06 15:37:36 2008 +0200
+++ b/dwt/custom/StyledText.d	Sun Jul 06 15:41:30 2008 +0200
@@ -85,7 +85,7 @@
 
 static import tango.text.Text;
 static import tango.text.Util;
-version(TANGOSVN)
+version(TANGOSVN) {
     static import tango.io.model.IFile;
 }
 else{