summaryrefslogtreecommitdiff
path: root/test/mandelbrot.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:57:05 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-06 15:57:05 +0000
commite449a77e75546b6b1a9ed42a079ab0961b7a3142 (patch)
tree4fef7fbd6b6c832e99e4c5384997c4d67bbf762a /test/mandelbrot.cxx
parent5a632f4926f7ec770a38105db4623aaac05b4689 (diff)
More filename changes...
git-svn-id: file:///fltk/svn/fltk/trunk@137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot.cxx')
-rw-r--r--test/mandelbrot.cxx6
1 files changed, 3 insertions, 3 deletions
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 <FL/fl_draw.H>
#include <stdio.h>
#include <stdlib.h>
@@ -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 $".
//