aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-23 21:58:37 +0800
committerarved <arved@FreeBSD.org>2002-11-23 21:58:37 +0800
commite5079983ed88a035b0a316ce25ff456c20735419 (patch)
tree1b46d55f539d403604fdc27331e846413a597f60 /math
parent0d7b591023ac94d08dce7b5f8eb8472aba1b0be5 (diff)
downloadfreebsd-ports-gnome-e5079983ed88a035b0a316ce25ff456c20735419.tar.gz
freebsd-ports-gnome-e5079983ed88a035b0a316ce25ff456c20735419.tar.zst
freebsd-ports-gnome-e5079983ed88a035b0a316ce25ff456c20735419.zip
Add a patch i forgot with the last commit
Diffstat (limited to 'math')
-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 ();