summaryrefslogtreecommitdiff
path: root/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-04 16:02:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-04 16:02:12 +0000
commit45f798531af74946d50b65406f85abf0fcf90e9c (patch)
tree596d89cfe28c6432cb5149ab6bcba360493d2f53 /graphics/fractorama/files/patch-src::lib::fractal::Statement.h
parentLighten dependencies (diff)
- Update to version 1.6.7
PR: ports/63750 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=102919
Diffstat (limited to 'graphics/fractorama/files/patch-src::lib::fractal::Statement.h')
-rw-r--r--graphics/fractorama/files/patch-src::lib::fractal::Statement.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
index efebdf813eb1..8b44ef3d04f8 100644
--- a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
+++ b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h
@@ -1,21 +1,18 @@
---- lib/fractal/Statement.h.orig Sat Dec 1 01:27:59 2001
-+++ lib/fractal/Statement.h Sun Dec 22 07:03:48 2002
-@@ -1,13 +1,16 @@
+--- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003
++++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004
+@@ -1,10 +1,12 @@
#ifndef _STATEMENT_H_
# define _STATEMENT_H_
-+#include "tf.h"
+-class InfiniteLoopCallback;
+-class ostream;
+-
+ #include "tf.h"
+
+#include <iostream>
+using namespace std;
+
- class ComplexVariables;
- class DoubleVariables;
- class ColorEnvironment;
- class InfiniteLoopCallback;
--class ostream;
-
--#include "tf.h"
++class InfiniteLoopCallback;
struct LoopControl
{