diff options
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h')
-rw-r--r-- | graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h index cc6d01ee9a01..fb31ab1d1eaa 100644 --- a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h +++ b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h @@ -1,6 +1,6 @@ ---- lib/fractal/PrintArg.h.orig Sat Dec 1 01:27:59 2001 -+++ lib/fractal/PrintArg.h Sun Dec 22 07:00:54 2002 -@@ -1,9 +1,11 @@ +--- lib/fractal/PrintArg.h.orig Sun Feb 2 08:45:00 2003 ++++ lib/fractal/PrintArg.h Mon Apr 28 04:26:13 2003 +@@ -1,10 +1,12 @@ #ifndef _PRINT_ARG_H_ # define _PRINT_ARG_H_ @@ -9,6 +9,7 @@ + class ComplexVariables; class DoubleVariables; + class ColorEnvironment; -class ostream; class PrintArg |