summaryrefslogtreecommitdiff
path: root/math/graphthing
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-23 13:58:37 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-23 13:58:37 +0000
commit137d75f63245468e5bd363d81da2cdad9f275823 (patch)
tree67bf64f242b0bb3e511e1ae209ca9a9ef662e081 /math/graphthing
parent- Fix PLIST (diff)
Add a patch i forgot with the last commit
Notes
Notes: svn path=/head/; revision=70846
Diffstat (limited to 'math/graphthing')
-rw-r--r--math/graphthing/files/patch-matrix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-matrix.h b/math/graphthing/files/patch-matrix.h
new file mode 100644
index 000000000000..04968852aa95
--- /dev/null
+++ b/math/graphthing/files/patch-matrix.h
@@ -0,0 +1,17 @@
+--- src/matrix.h.orig Thu Nov 28 05:36:37 2002
++++ src/matrix.h Thu Nov 28 05:40:53 2002
+@@ -24,12 +24,13 @@
+ ~MatrixRep ();
+ };
+
+- MatrixRep *rep;
+
+ void unref ();
+ void mutator ();
+
+ public:
++ MatrixRep *rep;
++
+ Matrix (unsigned int _rows, unsigned int _columns);
+ Matrix (const Matrix &other);
+ ~Matrix ();