diff trunk/src/docgen/graphutils/modulenamewriter.d @ 457:33a4cb255fcc

Cached images, small fixes, reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Tue, 30 Oct 2007 15:41:30 +0200
parents de2675bc9afa
children db7e27b5c180
line wrap: on
line diff
--- a/trunk/src/docgen/graphutils/modulenamewriter.d	Tue Oct 30 02:35:56 2007 +0200
+++ b/trunk/src/docgen/graphutils/modulenamewriter.d	Tue Oct 30 15:41:30 2007 +0200
@@ -9,7 +9,7 @@
 import tango.text.convert.Layout : Layout;
 
 class ModuleNameWriter : AbstractGraphWriter {
-  this(GraphWriterFactory factory, DocumentWriter writer) {
+  this(GraphWriterFactory factory, PageWriter writer) {
     super(factory, writer);
   }