diff options
author | arved <arved@FreeBSD.org> | 2002-11-23 21:58:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-23 21:58:37 +0800 |
commit | e5079983ed88a035b0a316ce25ff456c20735419 (patch) | |
tree | 1b46d55f539d403604fdc27331e846413a597f60 /math | |
parent | 0d7b591023ac94d08dce7b5f8eb8472aba1b0be5 (diff) | |
download | freebsd-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.h | 17 |
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 (); |