diff generator/dgenerator.cpp @ 321:d458ed66e871 signals

minor stuff
author eldar_ins@eldar-laptop
date Sat, 26 Dec 2009 05:10:16 +0500
parents 5c6455c4889b
children 7c2cf27391c4
line wrap: on
line diff
--- a/generator/dgenerator.cpp	Fri Dec 25 22:08:25 2009 +0500
+++ b/generator/dgenerator.cpp	Sat Dec 26 05:10:16 2009 +0500
@@ -1993,7 +1993,7 @@
         if (dPhobos)
         {
             s << "import std.stdio;" << endl
-              << "import std.string;" << endl
+              << "import std.string : toStringz;" << endl
               << "import std.utf;" << endl
               << "import core.memory;" << endl;
         }