From e449a77e75546b6b1a9ed42a079ab0961b7a3142 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 6 Dec 1998 15:57:05 +0000 Subject: More filename changes... git-svn-id: file:///fltk/svn/fltk/trunk@137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/mandelbrot.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/mandelbrot.cxx') diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx index e320aa181..96f52400e 100644 --- a/test/mandelbrot.cxx +++ b/test/mandelbrot.cxx @@ -1,5 +1,5 @@ // -// "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $" +// "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $" // // Mandelbrot set demo for the Fast Light Tool Kit (FLTK). // @@ -23,7 +23,7 @@ // Please report all bugs and problems to "fltk-bugs@easysw.com". // -#include "mandelbrot_ui.C" +#include "mandelbrot_ui.cxx" #include #include #include @@ -197,5 +197,5 @@ void Drawing_Area::resize(int X,int Y,int W,int H) { } // -// End of "$Id: mandelbrot.cxx,v 1.4 1998/10/21 16:35:17 mike Exp $". +// End of "$Id: mandelbrot.cxx,v 1.5 1998/12/06 15:57:04 mike Exp $". // -- cgit v1.2.3